From: Christophe Jaillet Date: Thu, 10 Apr 2014 19:35:48 +0000 (+0000) Subject: Add notes for changes made in version 2.4.3 + fix some formating... X-Git-Tag: 2.4.10~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0a1b8ffe5e37aa49b49cf15e98b2ad1d056e3e8;p=apache Add notes for changes made in version 2.4.3 + fix some formating + backport things in trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1586447 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 1b5ff1250e..207abf1a3f 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -169,7 +169,7 @@ later
InheritBefore

Like Inherit above, but the rules from the parent scope - are applied before rules specified in the child scope. + are applied before rules specified in the child scope.
Available in Apache HTTP Server 2.3.10 and later.

@@ -180,8 +180,8 @@ later
the configuration of the current configuration. It is equivalent to specifying RewriteOptions Inherit in all child configurations. See the Inherit option for more details - on how the parent-child relationships are handled. Available in Apache - HTTP Server 2.4.8 and later.

+ on how the parent-child relationships are handled.
+ Available in Apache HTTP Server 2.4.8 and later.

InheritDownBefore
@@ -189,7 +189,8 @@ later

Like InheritDown above, but the rules from the current scope are applied before rules specified in any child's - scope. Available in Apache HTTP Server 2.4.8 and later.

+ scope.
+ Available in Apache HTTP Server 2.4.8 and later.

IgnoreInherit
@@ -197,8 +198,8 @@ later

This option forces the current and child configurations to ignore all rules that would be inherited from a parent specifying - InheritDown or InheritDownBefore. Available - in Apache HTTP Server 2.4.8 and later.

+ InheritDown or InheritDownBefore.
+ Available in Apache HTTP Server 2.4.8 and later.

AllowNoSlash
@@ -212,8 +213,8 @@ later is set to off, the AllowNoSlash option can be enabled to ensure that rewrite rules are no longer ignored. This option makes it possible to apply rewrite rules within .htaccess files that match the directory without - a trailing slash, if so desired. Available in Apache HTTP Server 2.4.0 and - later.

+ a trailing slash, if so desired.
+ Available in Apache HTTP Server 2.4.0 and later.

AllowAnyURI
@@ -223,7 +224,7 @@ later is used in VirtualHost or server context with version 2.2.22 or later of httpd, mod_rewrite will only process the rewrite rules if the request URI is a URL-path. This avoids + href="directive-dict.html#Syntax">URL-path. This avoids some security issues where particular rules could allow "surprising" pattern expansions (see CVE-2011-3368 @@ -233,7 +234,8 @@ later AllowAnyURI option can be enabled, and mod_rewrite will apply the rule set to any request URI string, regardless of whether that string matches - the URL-path grammar required by the HTTP specification.

+ the URL-path grammar required by the HTTP specification.
+ Available in Apache HTTP Server 2.4.3 and later.

Security Warning