mod_substitute: follow up r1697013.
authorYann Ylavic <ylavic@apache.org>
Fri, 21 Aug 2015 15:52:29 +0000 (15:52 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 21 Aug 2015 15:52:29 +0000 (15:52 +0000)
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

index a44debd99faa78d0a89c21ea0abf9eba5a67154d..e9c059c77e30aec67fb9634452a3bdf965964e85 100644 (file)
@@ -166,7 +166,7 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"
 <name>SubstituteInheritBefore</name>
 <description>Change the merge order of inherited patterns</description>
 <syntax>SubstituteInheritBefore on|off</syntax>
-<default>SubstituteInheritBefore off</default>
+<default>SubstituteInheritBefore on</default>
 <contextlist><context>directory</context>
 <context>.htaccess</context></contextlist>
 <override>FileInfo</override>
@@ -176,9 +176,9 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"
     <p>Whether to apply the inherited <directive>Substitute</directive>
     patterns first (<code>on</code>), or after the ones of the current
     context (<code>off</code>).
-    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 <directive>SubstituteInheritBefore</directive>
-    set to <code>on</code> allows to restore the legacy behaviour.
+    set to <code>off</code> allows to restore the legacy behaviour.
     <directive>SubstituteInheritBefore</directive> is itself inherited,
     hence contexts that inherit it (those that don't specify their own
     <directive>SubstituteInheritBefore</directive> value) will apply the