From: Mike Taylor Date: Thu, 15 Jan 2015 19:58:32 +0000 (+0000) Subject: Tweak for MacOS 10.10 and its Apache 2.4 installation: X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=21bf8dddf565dedaaa6865b365f7648f134cf085 Tweak for MacOS 10.10 and its Apache 2.4 installation: - Remove rewrite rules (no longer needed anyway) - Use "Require all granted" instead of "Allow from all" --- diff --git a/examples/apache2/mkws-examples-mike-mac b/examples/apache2/mkws-examples-mike-mac index 1f0ae6d..038c29d 100644 --- a/examples/apache2/mkws-examples-mike-mac +++ b/examples/apache2/mkws-examples-mike-mac @@ -7,14 +7,10 @@ Alias /test/ /Users/mike/git/work/mkws/test/ - Allow from all + #Allow from all <-- This is for Apache v2.4, but for v4.4 we need ... + Require all granted ErrorLog /var/log/apache2/mkws-examples-error.log CustomLog /var/log/apache2/mkws-examples-access.log combined - - RewriteEngine on - RewriteRule /service-proxy-auth/ http://sp-mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P] - #RewriteLog /var/log/apache2/mkws-examples-rewrite.log - #RewriteLogLevel 9