working mkws-test.indexdata.com config
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 23 Jan 2014 10:43:25 +0000 (10:43 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 23 Jan 2014 10:43:25 +0000 (10:43 +0000)
tools/apache2/mkws-test

index 7dde2aa..65ea77b 100644 (file)
@@ -2,18 +2,18 @@
 
 # pazpar2 / service proxy config
 <VirtualHost *:80>
-    ServerName spclient.example.com
-    ServerAlias spclient-dev.indexdata.com mkws-dev.indexdata.com
-    ServerAdmin webmaster@example.com
-    ErrorLog /var/log/apache2/mkws-dev-error.log
-    CustomLog /var/log/apache2/mkws-dev-access.log combined
+    ServerName mkws-test.indexdata.com
+    ServerAlias mkws-test
+    ServerAdmin webmaster@indexdata.com
+    ErrorLog /var/log/apache2/mkws-test-error.log
+    CustomLog /var/log/apache2/mkws-test-access.log combined
 
     RewriteEngine on
     RewriteLogLevel 1
-    RewriteLog /var/log/apache2/mkws-dev-rewrite.log 
+    RewriteLog /var/log/apache2/mkws-test-rewrite.log 
 
-    DocumentRoot /home/indexdata/mkws/examples/htdocs
-    Alias /tools/htdocs /home/indexdata/mkws/tools/htdocs
+    DocumentRoot /home/indexdata/mkws-test/examples/htdocs
+    Alias /tools/htdocs /home/indexdata/mkws-test/tools/htdocs
 
     # compress text output
     <Location />