summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2023-01-20 17:35:10 +0000
committerRich Bowen <rbowen@apache.org>2023-01-20 17:35:10 +0000
commitb4a849a01485cdc82841afa9e3e16ffcba31abd5 (patch)
tree457f88da5fbf8ac6aa75474277225f0033ca16c0 /docs/manual
parentdd4561dd17a669a8c1757ada0ca875dfa840d0e7 (diff)
downloadhttpd-b4a849a01485cdc82841afa9e3e16ffcba31abd5.tar.gz
Fix incorrect syntax in <directive> tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_rewrite.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index a8092d03a3..8d21cbb7fe 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -1163,15 +1163,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>