]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_proxy.conf
- fix mod_slotmem and mod_socache broken by PLD merge
[packages/apache.git] / apache-mod_proxy.conf
index c4f535c9ef3ad20b6c52fc9cff1fed93c22a95b9..757379af835d81c2dffbb16d397713876f1789aa 100644 (file)
@@ -34,10 +34,9 @@ ProxyRequests On
 
 # enable local fcgi proxy request, e.x for php-fpm
 #<Proxy fcgi://127.0.0.1:*>
-#        Require ip 127.0.0.1
+#      Require all granted
 #</Proxy>
 
-
 #
 # Enable/disable the handling of HTTP/1.1 "Via:" headers.
 # ("Full" adds the server version; "Block" removes all outgoing Via: headers)