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:
1959918
)
Add Allow from all, as required by the default Mac Apache2 setup.
author
Mike Taylor
<mike@indexdata.com>
Mon, 3 Nov 2014 12:21:22 +0000
(12:21 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 3 Nov 2014 12:21:22 +0000
(12:21 +0000)
tools/apache2/sp-mkws-mike-mac
patch
|
blob
|
history
diff --git
a/tools/apache2/sp-mkws-mike-mac
b/tools/apache2/sp-mkws-mike-mac
index
12e012f
..
e942550
100644
(file)
--- a/
tools/apache2/sp-mkws-mike-mac
+++ b/
tools/apache2/sp-mkws-mike-mac
@@
-13,6
+13,10
@@
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>