From: John Malconian Date: Thu, 30 Oct 2014 16:54:38 +0000 (+0000) Subject: add server aliases for mkws01 and mkws02 in order to explicitely test each instance... X-Git-Tag: 1.0.0~98^2^2~10 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=ba257cef2488dc5dbe3ea0ccbf4251c4d53dffbf;hp=48c6fed7006336f607d90f58a5c2b9fdb0369686 add server aliases for mkws01 and mkws02 in order to explicitely test each instance. Change /pazpar2 Alias to point to more sensible path --- diff --git a/tools/apache2/mkws-live b/tools/apache2/mkws-live index 74c384f..989e2ef 100644 --- a/tools/apache2/mkws-live +++ b/tools/apache2/mkws-live @@ -3,13 +3,15 @@ ServerName mkws.indexdata.com + ServerAlias mkws01.indexdata.com + ServerAlias mkws02.indexdata.com ErrorLog /var/log/apache2/mkws-error.log CustomLog /var/log/apache2/mkws-access.log combined DocumentRoot /home/indexdata/mkws/tools/htdocs Alias /libjs-pz2/ /home/indexdata/libjs-pz2/ - Alias /pazpar2/ /home/indexdata/pazpar2/ + Alias /pazpar2/ /usr/share/pazpar2/ RewriteEngine on RewriteLogLevel 1