]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix incorrect syntax in <directive> tag.
authorRich Bowen <rbowen@apache.org>
Fri, 20 Jan 2023 17:37:06 +0000 (17:37 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 20 Jan 2023 17:37:06 +0000 (17:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906840 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index dbc37fd79a36ff97bafdd2b7fcba43c729738c82..795d546c2127c6dc282883ca10ae8b5cdd4f19bf 100644 (file)
@@ -1156,15 +1156,15 @@ follow the rules of the <em>directory</em> context.</li>
 
 <li>By default, mod_rewrite overrides rules when <a href="../sections.html#merging">
 merging sections</a> belonging to the same context. The <directive
-module="rewrite">RewriteOptions</directive> directive can change this behavior,
+module="mod_rewrite">RewriteOptions</directive> directive can change this behavior,
 for example using the <em>Inherit</em> setting.</li>
 
-<li>The <directive module="rewrite">RewriteOptions</directive> also regulates the
+<li>The <directive module="mod_rewrite">RewriteOptions</directive> also regulates the
 behavior of sections that are stated at the same nesting level of the configuration. In the
 following example, by default only the RewriteRules stated in the second 
 <directive module="core">If</directive> block
 are considered, since the first ones are overridden. Using <directive
-module="rewrite">RewriteOptions</directive> Inherit forces mod_rewrite to merge the two
+module="mod_rewrite">RewriteOptions</directive> Inherit forces mod_rewrite to merge the two
 sections and consider both set of statements, rather than only the last one.</li>
 </ul>
 <example>