From dfaa5ebab05895e430ee9693742f75c7791130f6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 9 Dec 2013 21:20:29 +0000 Subject: [PATCH] Add /pazpar2/ alias. Add x.example.indexdata.com stanza. --- tools/apache2/mkws-mike-mac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 + + -- 1.7.10.4