From: Daniel Gruno Date: Wed, 9 May 2012 07:25:01 +0000 (+0000) Subject: xforms (and my 400th commit, yaay) X-Git-Tag: 2.5.0-alpha~6854 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6c8bf97dcaae27bae29465af22f8d73d6b076c;p=thirdparty%2Fapache%2Fhttpd.git xforms (and my 400th commit, yaay) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335952 13f79535-47bb-0310-9956-ffa450edef68 --- 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.
-
-