From e1693accceaac148cb405cc841748d2bcbe9b01b Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sat, 31 Dec 2016 09:11:06 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index e6e53daf59e..f542186ffdb 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.

-- 2.47.3