From 7c99e63a8fb23541a58cb5666474149a3ce98973 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 9 May 2012 00:37:00 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335861 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/access.html.en | 39 +++++++++++++----------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index 9e5d6f444b..5ef881f5ee 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -121,9 +121,7 @@ RewriteRule \.(gif|jpg|png)$ http://other.example.com/image.gif [R,NC]
 SetEnvIf Referer example\.com localreferer
 <FilesMatch \.(jpg|png|gif)$>
-	Order deny,allow
-	Deny from all
-	Allow from env=localreferer
+    Require env localreferer
 </FilesMatch>
         
@@ -187,9 +185,7 @@ RewriteRule ^/secret/files/ - [F]
 SetEnvIfNoCase User-Agent ^NameOfBadRobot goaway
 <Location /secret/files>
-    Order allow,deny
-    Allow from all
-    Deny from env=goaway
+    Require not env goaway
 </Location>
       
@@ -313,26 +309,25 @@ http://badguys.example.com/bad/index3.html http://somewhere.example.com/

Available Languages:  en 

top

Comments

This section is experimental!
Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.
-
-- 2.49.0