From: Mike Taylor Date: Mon, 9 Dec 2013 21:20:29 +0000 (+0000) Subject: Add /pazpar2/ alias. X-Git-Tag: 0.9.1~109 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=dfaa5ebab05895e430ee9693742f75c7791130f6 Add /pazpar2/ alias. Add x.example.indexdata.com stanza. --- diff --git a/tools/apache2/mkws-mike-mac b/tools/apache2/mkws-mike-mac index c416cae..8f9d5a3 100644 --- a/tools/apache2/mkws-mike-mac +++ b/tools/apache2/mkws-mike-mac @@ -8,6 +8,7 @@ DocumentRoot /usr/local/src/git/mkws/tools/htdocs Alias /libjs-pz2/ /usr/local/src/git/libjs-pz2/ + Alias /pazpar2/ /usr/local/src/git/pazpar2/ RewriteEngine on RewriteLogLevel 1 @@ -23,3 +24,16 @@ Allow from all + + + ServerName x.example.indexdata.com + ErrorLog /opt/local/apache2/logs/example-error.log + CustomLog /opt/local/apache2/logs/example-access.log combined + + DocumentRoot /usr/local/src/git/mkws/examples/htdocs + + # Needed on Mac, which locks Apache down hard by default. + + Allow from all + +