Simplify somesite configuration.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:46:20 +0000 (14:46 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:46:20 +0000 (14:46 +0200)
Reduce it to minimal form, reorder, move to top.

etc/apache2/spclient-live

index bed92e4..65d0444 100644 (file)
@@ -1,6 +1,15 @@
 # Configuration for the apache web server
 # Running on caliban
 
+
+<VirtualHost *:80>
+    ServerName somesite.indexdata.com
+    DocumentRoot /home/indexdata/mkws/experiments/spclient/
+    ErrorLog /var/log/apache2/somesite-error.log
+    CustomLog /var/log/apache2/somesite-access.log combined
+</VirtualHost>
+
+
 <VirtualHost *:80>
     ServerName mkws.indexdata.com
 
        PerlOutputFilterHandler MyApache2::CopyCookie
     </Location>
 </VirtualHost>
-
-
-<VirtualHost *:80>
-    ServerName somesite.indexdata.com
-
-    ErrorLog /var/log/apache2/somesite-error.log
-    CustomLog /var/log/apache2/somesite-access.log combined
-
-    DocumentRoot /home/indexdata/mkws/experiments/spclient/
-    Alias /index.html /home/indexdata/mkws/experiments/spclient/index-somesite.html
-</VirtualHost>