From 0b87821fc1531805da04e33fc5a05c45e419f1f5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 14 Jun 2013 23:00:25 +0100 Subject: [PATCH] Add permission Allow from all for the sake of MacOS Apache2. --- etc/apache2/spclient-mike | 5 +++++ 1 file changed, 5 insertions(+) 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 + -- 1.7.10.4