projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1aa179
)
Add permission Allow from all for the sake of MacOS Apache2.
author
Mike Taylor
<mike@indexdata.com>
Fri, 14 Jun 2013 22:00:25 +0000
(23:00 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 14 Jun 2013 22:00:25 +0000
(23:00 +0100)
etc/apache2/spclient-mike
patch
|
blob
|
history
diff --git
a/etc/apache2/spclient-mike
b/etc/apache2/spclient-mike
index
5fbd261
..
f091c51
100644
(file)
--- 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.
+ <Directory />
+ Allow from all
+ </Directory>
</VirtualHost>