Table headings use "Setting" instead of "Element" for configuration items.
[mkws-moved-to-github.git] / examples / apache2 / mkws-examples
index 472071b..86f7cf2 100644 (file)
@@ -3,11 +3,15 @@
 <VirtualHost *:80>
     ServerName example.indexdata.com
     DocumentRoot /home/indexdata/mkws/examples/htdocs/
+    Alias /tools/htdocs/ /home/indexdata/mkws/tools/htdocs/
+    Alias /src/ /home/indexdata/mkws/src/
+    Alias /jasmine/ /home/indexdata/mkws/examples/jasmine/
+    Alias /test/ /home/indexdata/mkws/test/
     ErrorLog /var/log/apache2/mkws-examples-error.log
     CustomLog /var/log/apache2/mkws-examples-access.log combined
 
     RewriteEngine on
-    RewriteRule /service-proxy-auth http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P]
+    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>