From: Mike Taylor Date: Mon, 29 Sep 2014 14:24:23 +0000 (+0100) Subject: New file mkws-examples-mike, initially a copy of the old file that had X-Git-Tag: 1.0.0~326 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=58996ea711bc3167e43a6543ed6a14fc0c712d4d;hp=4c5c48815815c000b2b6cce9f66e2999db3748df New file mkws-examples-mike, initially a copy of the old file that had that name before being moved to mkws-examples-mike-mac. --- diff --git a/examples/apache2/mkws-examples-mike b/examples/apache2/mkws-examples-mike new file mode 100644 index 0000000..1f0ae6d --- /dev/null +++ b/examples/apache2/mkws-examples-mike @@ -0,0 +1,20 @@ + + ServerName x.example.indexdata.com + DocumentRoot /Users/mike/git/work/mkws/examples/htdocs/ + Alias /tools/htdocs/ /Users/mike/git/work/mkws/tools/htdocs/ + Alias /src/ /Users/mike/git/work/mkws/src/ + Alias /jasmine/ /Users/mike/git/work/mkws/examples/jasmine/ + Alias /test/ /Users/mike/git/work/mkws/test/ + + + Allow from all + + + ErrorLog /var/log/apache2/mkws-examples-error.log + CustomLog /var/log/apache2/mkws-examples-access.log combined + + RewriteEngine on + RewriteRule /service-proxy-auth/ http://sp-mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P] + #RewriteLog /var/log/apache2/mkws-examples-rewrite.log + #RewriteLogLevel 9 +