From af014de01a4cd9d339b1b137ed77b35df26eb41d Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 28 Oct 2019 07:10:35 +0000 Subject: [PATCH] Use instead of for module names. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869062 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/security_tips.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index ae8f4bef013..2bf3b18b102 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -454,7 +454,7 @@ UserDir disabled root on how directives are merged.

For modules that don't implement any merging logic, such as - mod_access_compat, the behavior in later sections + 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, at which point the configuration is replaced and not merged.

-- 2.47.3