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:14:55 UTC

svn commit: r1869063 - /httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml

Author: jailletc36
Date: Mon Oct 28 07:14:54 2019
New Revision: 1869063

URL: http://svn.apache.org/viewvc?rev=1869063&view=rev
Log:
Use <module> instead of <directive> for module names.
(r1869062 in trunk)

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml?rev=1869063&r1=1869062&r2=1869063&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml Mon Oct 28 07:14:54 2019
@@ -117,7 +117,7 @@
 
       <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
@@ -392,7 +392,9 @@
     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>
 
@@ -451,10 +453,10 @@
     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>