Use ServerAlias, not ServerName, for second hostname
authorMike Taylor <mike@indexdata.com>
Tue, 22 Oct 2013 15:46:16 +0000 (15:46 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 22 Oct 2013 15:46:16 +0000 (15:46 +0000)
tools/apache2/mkws-proxy

index 6c15e84..ef2b431 100644 (file)
@@ -1,6 +1,6 @@
 <VirtualHost *:80>
     ServerName mkws.indexdata.com
-    ServerName mkws-git.indexdata.com
+    ServerAlias mkws-git.indexdata.com
 
     ProxyRequests off
     ProxyVia On