New file mkws-examples-mike, initially a copy of the old file that had
authorMike Taylor <mike@indexdata.com>
Mon, 29 Sep 2014 14:24:23 +0000 (15:24 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 29 Sep 2014 14:24:23 +0000 (15:24 +0100)
that name before being moved to mkws-examples-mike-mac.

examples/apache2/mkws-examples-mike [new file with mode: 0644]

diff --git a/examples/apache2/mkws-examples-mike b/examples/apache2/mkws-examples-mike
new file mode 100644 (file)
index 0000000..1f0ae6d
--- /dev/null
@@ -0,0 +1,20 @@
+<VirtualHost *:80>
+    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/
+
+    <Directory />
+        Allow from all
+    </Directory>
+
+    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
+</VirtualHost>