X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-mike-mac;h=21192c59472aa35dbb538cc6cb235062f5031864;hp=d756148762f847ce487bd0c5bee614de0dda7b1b;hb=d9392af31cad0e75d09f5dda9c82a30e6ce4476f;hpb=9894123b63f50e0d21a5637472f0f6652253c112 diff --git a/tools/apache2/mkws-mike-mac b/tools/apache2/mkws-mike-mac index d756148..21192c5 100644 --- a/tools/apache2/mkws-mike-mac +++ b/tools/apache2/mkws-mike-mac @@ -3,17 +3,12 @@ ServerName x.mkws.indexdata.com - ErrorLog /opt/local/apache2/logs/mkws-error.log - CustomLog /opt/local/apache2/logs/mkws-access.log combined + ErrorLog /var/log/apache2/mkws-error.log + CustomLog /var/log/apache2/mkws-access.log combined - 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 - RewriteLog /opt/local/apache2/logs/spclient-rewrite.log - RewriteRule /service-proxy-auth(/)?(;jsessionid=.+)? /service-proxy/$2?command=auth&action=login&username=guest&password=guest [P] # [NE,P] + DocumentRoot /Users/mike/git/work/mkws/tools/htdocs + Alias /libjs-pz2/ /Users/mike/git/work/libjs-pz2/ + Alias /pazpar2/ /Users/mike/git/work/pazpar2/ # For MKC Service Proxy ProxyPass /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/ @@ -21,23 +16,6 @@ # Needed on Mac, which locks Apache down hard by default. - 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 - Alias /tools/htdocs/ /usr/local/src/git/mkws/tools/htdocs/ - Alias /src/ /usr/local/src/git/mkws/src/ - Alias /jasmine/ /usr/local/src/git/mkws/examples/jasmine/ - Alias /test/ /usr/local/src/git/mkws/test/ - - # Needed on Mac, which locks Apache down hard by default. - - Allow from all + Require all granted