Add Allow from all, as required by the default Mac Apache2 setup.
authorMike Taylor <mike@indexdata.com>
Mon, 3 Nov 2014 12:21:22 +0000 (12:21 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 3 Nov 2014 12:21:22 +0000 (12:21 +0000)
tools/apache2/sp-mkws-mike-mac

index 12e012f..e942550 100644 (file)
     ProxyPass        /service-proxy/ http://x.sp-mkws.indexdata.com:8585/service-proxy/
     ProxyPassReverse /service-proxy/ http://x.sp-mkws.indexdata.com:8585/service-proxy/
 
+    <Directory />
+        Allow from all
+    </Directory>
+
 #    PerlOptions +Parent
 #    PerlSwitches -I/home/indexdata/mkws/tools/mod_perl
 #    <Location /service-proxy>