mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user