]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_proxy.conf
- 2.4 way of access control
[packages/apache.git] / apache-mod_proxy.conf
index 19f3d583daea1fd70e73a104db8314781a8a4814..af9f14602a88a662a32c5e884bc2ebbe96cf75f5 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>
 
 #
This page took 0.032366 seconds and 4 git commands to generate.