From aaf7c0d46d5ef3c1587f43aa25d502c842af6bb9 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 28 Oct 2019 07:14:54 +0000 Subject: [PATCH] Use instead of for module names. (r1869062 in trunk) + remove some trailing spaces + reformat a 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 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index af003eb889b..2bf3b18b102 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -117,7 +117,7 @@
  • The use of a threaded mpm may allow you to handle more simultaneous connections, thereby - mitigating DoS attacks. Further, the + mitigating DoS attacks. Further, the event 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:

    - UserDir disabled root + +UserDir disabled root + @@ -451,10 +453,10 @@ directive specific. Always test your changes when creating dependencies on how directives are merged.

    -

    For modules that don't implement any merging logic, such as - mod_access_compat, the behavior in later sections +

    For modules that don't implement any merging logic, such as + mod_access_compat, 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 replaced and not merged.

    -- 2.47.3