From: Mike Taylor Date: Thu, 22 Aug 2013 09:57:08 +0000 (+0100) Subject: Apache2 config for Mike's local installation. X-Git-Tag: 0.9.1~235 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=1e3ae33515064a73858f687cd54d4647a15d8c93;p=mkws-moved-to-github.git Apache2 config for Mike's local installation. --- diff --git a/examples/apache2/mkws-examples-mike b/examples/apache2/mkws-examples-mike new file mode 100644 index 0000000..47d2ef5 --- /dev/null +++ b/examples/apache2/mkws-examples-mike @@ -0,0 +1,18 @@ + + ServerName x.example.indexdata.com + DocumentRoot /usr/local/src/git/mkws/examples/htdocs/ + ErrorLog /var/log/apache2/mkws-examples-error.log + CustomLog /var/log/apache2/mkws-examples-access.log combined + + ProxyPass /service-proxy-auth-mike http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo + ProxyPassReverse /service-proxy-auth-mike http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo + + + + ServerName x.mkws.indexdata.com + DocumentRoot /usr/local/src/git/mkws/tools/htdocs/ + ErrorLog /var/log/apache2/mkws-tools-error.log + CustomLog /var/log/apache2/mkws-tools-access.log combined + + Alias /libjs-pz2/ /usr/local/src/git/libjs-pz2/ +