projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c6fed
)
add server aliases for mkws01 and mkws02 in order to explicitely test each instance...
author
John Malconian
<malc@indexdata.com>
Thu, 30 Oct 2014 16:54:38 +0000
(16:54 +0000)
committer
John Malconian
<malc@indexdata.com>
Thu, 30 Oct 2014 16:54:38 +0000
(16:54 +0000)
tools/apache2/mkws-live
patch
|
blob
|
history
diff --git
a/tools/apache2/mkws-live
b/tools/apache2/mkws-live
index
74c384f
..
989e2ef
100644
(file)
--- a/
tools/apache2/mkws-live
+++ b/
tools/apache2/mkws-live
@@
-3,13
+3,15
@@
<VirtualHost *:80>
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