Local SP config not needed
[mkws-moved-to-github.git] / etc / apache2 / spclient-mike
index edba1c7..44efb2b 100644 (file)
@@ -21,4 +21,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>