]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_proxy.conf
- 2.4 access control syntax
[packages/apache.git] / apache-mod_proxy.conf
index 8b21e9c6daf7caebd555e4871b94701aaa63a565..31c7afc2cbc3212889067b0b8fb914e77a371eed 100644 (file)
@@ -20,9 +20,8 @@ ProxyRequests On
 # http://victim:25/ and sending raw data.
 #
 <Proxy *>
-       Order deny,allow
-       Deny from all
-#      Allow from .your-domain.com
+       Require all denied
+#      Require host .your-domain.com
 </Proxy>
 
 #