You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/10/28 07:10:35 UTC

svn commit: r1869062 - /httpd/httpd/trunk/docs/manual/misc/security_tips.xml

Author: jailletc36
Date: Mon Oct 28 07:10:35 2019
New Revision: 1869062

URL: http://svn.apache.org/viewvc?rev=1869062&view=rev
Log:
Use <module> instead of <directive> for module names.

Modified:
    httpd/httpd/trunk/docs/manual/misc/security_tips.xml

Modified: httpd/httpd/trunk/docs/manual/misc/security_tips.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/security_tips.xml?rev=1869062&r1=1869061&r2=1869062&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/security_tips.xml (original)
+++ httpd/httpd/trunk/docs/manual/misc/security_tips.xml Mon Oct 28 07:10:35 2019
@@ -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>