From: Luca Toscano Date: Sat, 31 Dec 2016 09:11:06 +0000 (+0000) Subject: Update httpd release version for LegacyPrefixDocRoot X-Git-Tag: 2.5.0-alpha~837 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1693accceaac148cb405cc841748d2bcbe9b01b;p=apache Update httpd release version for LegacyPrefixDocRoot This is not ideal since the feature has not been backported yet, but it a compromise to avoid confusion for users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776708 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index e6e53daf59..f542186ffd 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -276,7 +276,7 @@ LogLevel alert rewrite:trace3
LegacyPrefixDocRoot
-

Prior to 2.4.25, if a substitution was an absolute URL that matched +

Prior to 2.4.26, if a substitution was an absolute URL that matched the current virtual host, the URL might first be reduced to a URL-path and then later reduced to a local path. Since the URL can be reduced to a local path, the path should be prefixed with the document root. @@ -288,7 +288,7 @@ LogLevel alert rewrite:trace3

This option allows the old behavior to be used where the document root is not prefixed to a local path that was reduced from a - URL. Available in 2.4.25 and later.

+ URL. Available in 2.4.26 and later.