From cae23956733655f093cf1df9e821b9880d1dd35f Mon Sep 17 00:00:00 2001
From: Lucien Gentis
Description: | Change the merge order of inherited patterns |
---|---|
Syntax: | SubstituteInheritBefore on|off |
Default: | SubstituteInheritBefore off |
Context: | directory, .htaccess |
Override: | FileInfo |
Status: | Extension |
Module: | mod_substitute |
Compatibility: | Available in httpd 2.5 and later |
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
+ starting with 2.5, hence SubstituteInheritBefore
+ set to on
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
+ closest defined merge order.
TRACE
requestsmime.types
fileTRACE
requestsmime.types
fileAvailable Languages: de | diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 180a3bb6c9..f312a16a09 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -48,7 +48,7 @@
LoadModule
.