add new demo site mkws-test.indexdata.com
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 23 Jan 2014 10:33:57 +0000 (10:33 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 23 Jan 2014 10:33:57 +0000 (10:33 +0000)
tools/apache2/mkws-dev-px
tools/apache2/mkws-dev-ssl-px

index ef05c02..07ad2a8 100644 (file)
@@ -1,6 +1,6 @@
 <VirtualHost *:80>
     ServerName mkws-dev.indexdata.com
-    ServerAlias spclient-dev.indexdata.com
+    ServerAlias mkws-test.indexdata.com spclient-dev.indexdata.com
 
     ProxyRequests off
     ProxyVia On
@@ -14,6 +14,6 @@
     ProxyPassReverse  / http://dart:80/
 
     # These are the logs for the proxying operation
-    ErrorLog /var/log/apache2/mkws-dev-proxy-error.log
-    CustomLog /var/log/apache2/mkws-dev-proxy-access.log combined
+    ErrorLog /var/log/apache2/mkws-dev-px-error.log
+    CustomLog /var/log/apache2/mkws-dev-px-access.log combined
 </VirtualHost>
index 35e5a57..e3d9e83 100644 (file)
@@ -2,7 +2,7 @@
 
 <VirtualHost *:443>
     ServerName mkws.indexdata.com 
-    ServerAlias mkws-dev.indexdata.com
+    ServerAlias mkws-dev.indexdata.com mkws-test.indexdata.com
 
   <IfModule mod_ssl.c>
     SSLEngine on