]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
As per this thread -
authorRich Bowen <rbowen@apache.org>
Wed, 11 Jan 2023 15:32:28 +0000 (15:32 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 11 Jan 2023 15:32:28 +0000 (15:32 +0000)
https://lists.apache.org/thread/g36po3tp24xl92s182plxlgv8rnl1hj8 -
clarify what RewriteCond evaluation is "fast fail."

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906605 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 4eda236adf587d749f8e258668576afc9efac74f..a8092d03a3ca7a2a342498d880b95321086380fe 100644 (file)
@@ -1059,6 +1059,13 @@ RewriteRule  "^/$"                 "/homepage.std.html"     [L]
         the homepage is served. Otherwise, the standard page is served.
         </p>
 
+        <p>By default, multiple <directive>RewriteCond</directive>s
+        are evaluated in sequence with an implied logical <strong>AND</strong>.
+        If a condition fails, in the absence of an
+        <strong><code>OR</code></strong> flag, the entire ruleset is abandoned,
+        and further conditions are not evaluated.
+        </p>
+
 </usage>
 
 </directivesynopsis>