Add permission Allow from all for the sake of MacOS Apache2.
[mkws-moved-to-github.git] / etc / apache2 / spclient-mike
index 5fbd261..f091c51 100644 (file)
@@ -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.
+    <Directory />
+        Allow from all
+    </Directory>
 </VirtualHost>