svn commit: r1935195 - httpd/httpd/branches/2.4.x/docs/manual/mod

[email protected] Thu, 11 Jun 2026 12:58:19 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178118269916.773665.11261967811609054982@svn03-he-fi>
Author: rbowen
Date: Thu Jun 11 12:58:18 2026
New Revision: 1935195

Log:
mod_rewrite: Clarify Substitution description

The opening sentence of the Substitution section implied that Pattern
always matches when a rule fires, which is incorrect for negated rules.
Reword to be neutral about how the rule was triggered, and add a
cross-reference to "What is matched?" for context.

Resolves bz#70061

Modified:
   httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml	Thu Jun 11 12:57:46 2026	(r1935194)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml	Thu Jun 11 12:58:18 2026	(r1935195)
@@ -1220,8 +1220,9 @@ sections and consider both set of statem
       section of the mod_rewrite introduction.</p>
 
       <p>The <a id="rhs" name="rhs"><em>Substitution</em></a> of a
-      rewrite rule is the string that replaces the original URL-path that
-      was matched by <em>Pattern</em>.  The <em>Substitution</em> may
+      rewrite rule is the string that replaces the URL-path (see
+      <a href="#what_is_matched">"What is matched?"</a> above)
+      when the rule's conditions are met.  The <em>Substitution</em> may
       be a:</p>
 
       <dl>