From c72daaab5c8166194cdc65d363b9d15ff7289dcb Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 21 Aug 2015 15:52:29 +0000 Subject: [PATCH] mod_substitute: follow up r1697013. Update the doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697015 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_substitute.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index a44debd99f..e9c059c77e 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -166,7 +166,7 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i" SubstituteInheritBefore Change the merge order of inherited patterns SubstituteInheritBefore on|off -SubstituteInheritBefore off +SubstituteInheritBefore on directory .htaccess FileInfo @@ -176,9 +176,9 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"

Whether to apply the inherited Substitute patterns first (on), or after the ones of the current context (off). - The former was the default in versions 2.4 and earlier, but changed + The latter was the default in versions 2.4 and earlier, but changed starting with 2.5, hence SubstituteInheritBefore - set to on allows to restore the legacy behaviour. + set to off allows to restore the legacy behaviour. SubstituteInheritBefore is itself inherited, hence contexts that inherit it (those that don't specify their own SubstituteInheritBefore value) will apply the -- 2.40.0