Add permission Allow from all for the sake of MacOS Apache2.
authorMike Taylor <mike@indexdata.com>
Fri, 14 Jun 2013 22:00:25 +0000 (23:00 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 14 Jun 2013 22:00:25 +0000 (23:00 +0100)
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>