From: Mike Taylor Date: Fri, 14 Jun 2013 22:00:25 +0000 (+0100) Subject: Add permission Allow from all for the sake of MacOS Apache2. X-Git-Tag: 0.9.1~543^2~4 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=0b87821fc1531805da04e33fc5a05c45e419f1f5;p=mkws-moved-to-github.git Add permission Allow from all for the sake of MacOS Apache2. --- diff --git a/etc/apache2/spclient-mike b/etc/apache2/spclient-mike index 5fbd261..f091c51 100644 --- a/etc/apache2/spclient-mike +++ b/etc/apache2/spclient-mike @@ -26,4 +26,9 @@ # For local Service Proxy running as mvn jetty:run #ProxyPass /service-proxy/ http://localhost:8585/service-proxy/ #ProxyPassReverse /service-proxy/ http://localhost:8585/service-proxy/ + + # Needed on Mac, which locks Apache down hard by default. + + Allow from all +