]> 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:14:54 +0000 (07:14 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 28 Oct 2019 07:14:54 +0000 (07:14 +0000)
(r1869062 in trunk)

+ remove some trailing spaces
+ reformat a <highlight> block
to synch with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869063 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.xml

index af003eb889bf323fce9689223d66171d13970f55..2bf3b18b102cead9237da0476094932e70dc1830 100644 (file)
 
       <li>The use of a threaded <a href="../mpm.html">mpm</a> may
       allow you to handle more simultaneous connections, thereby
-      mitigating DoS attacks.  Further, the 
+      mitigating DoS attacks.  Further, the
       <module>event</module> mpm
       uses asynchronous processing to avoid devoting a thread to each
       connection. Due to the nature of the OpenSSL library the
     recommend that you include the following line in your server
     configuration files:</p>
 
-    <highlight language="config">UserDir disabled root</highlight>
+    <highlight language="config">
+UserDir disabled root
+    </highlight>
 
   </section>
 
     directive specific.  Always test your changes when creating dependencies
     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
+    <p> For modules that don't implement any merging logic, such as
+    <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, 
+    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>
   </section>