]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_proxy.conf
- make default config safe wrt mod_access_compat
[packages/apache.git] / apache-mod_proxy.conf
index 757379af835d81c2dffbb16d397713876f1789aa..041772e33b539e67326551509f4b2e3ae15e657f 100644 (file)
@@ -30,6 +30,11 @@ ProxyRequests On
 <Proxy *>
        Require all denied
 #      Require host .your-domain.com
+       <IfModule mod_access_compat.c>
+               Order deny,allow
+               Deny from all
+#              Allow from .your-domain.com
+       </IfModule>
 </Proxy>
 
 # enable local fcgi proxy request, e.x for php-fpm
This page took 0.032442 seconds and 4 git commands to generate.