]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use <module> instead of <directive> for module names.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 28 Oct 2019 07:10:35 +0000 (07:10 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 28 Oct 2019 07:10:35 +0000 (07:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869062 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.xml

index ae8f4bef013fb99aa1d4b4e479b1781b20883dbb..2bf3b18b102cead9237da0476094932e70dc1830 100644 (file)
@@ -454,7 +454,7 @@ UserDir disabled root
     on how directives are merged.</p>
 
     <p> For modules that don't implement any merging logic, such as
-    <directive>mod_access_compat</directive>, the behavior in later sections
+    <module>mod_access_compat</module>, the behavior in later sections
     depends on whether the later section has any directives
     from the module.  The configuration is inherited until a change is made,
     at which point the configuration is <em>replaced</em> and not merged.</p>