From: Christophe Jaillet Date: Thu, 10 Apr 2014 19:34:26 +0000 (+0000) Subject: Add notes for changes made in version 2.4.3 + fix some formating X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac1d3f4f4a2b5c3dee41bfc8f4da91aa84f3996;p=thirdparty%2Fapache%2Fhttpd.git Add notes for changes made in version 2.4.3 + fix some formating git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1586442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 60cbf328e8b..ba3125e0d6e 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -167,7 +167,7 @@ URLs on the fly
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.

@@ -178,8 +178,8 @@ URLs on the fly 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
@@ -187,7 +187,8 @@ URLs on the fly

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
@@ -195,8 +196,8 @@ URLs on the fly

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
@@ -210,8 +211,8 @@ URLs on the fly 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
@@ -231,7 +232,8 @@ URLs on the fly 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