From d0ea4f2807feb091aaf4b659c4e627229f183751 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 9 May 2012 07:25:01 +0000 Subject: [PATCH] xforms (and my 400th commit, yaay) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335952 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/access.html.en | 36 +++++++++++++++++------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index 5ef881f5eeb..7ebdf82ac61 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -185,7 +185,10 @@ RewriteRule ^/secret/files/ - [F]
 SetEnvIfNoCase User-Agent ^NameOfBadRobot goaway
 <Location /secret/files>
-    Require not env goaway
+    <RequireAll>
+        Require all granted
+        Require not env goaway
+    </RequireAll>
 </Location>
       
@@ -309,25 +312,26 @@ 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.47.3