]> granicus.if.org Git - apache/commitdiff
Update httpd release version for LegacyPrefixDocRoot
authorLuca Toscano <elukey@apache.org>
Sat, 31 Dec 2016 09:11:06 +0000 (09:11 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 31 Dec 2016 09:11:06 +0000 (09:11 +0000)
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

index e6e53daf59e1d64026d70f9efd5a39ba10ec079a..f542186ffdb46d8c92fe7639f4f49faac4058510 100644 (file)
@@ -276,7 +276,7 @@ LogLevel alert rewrite:trace3
       <dt><code>LegacyPrefixDocRoot</code></dt>
       <dd>
 
-      <p>Prior to 2.4.25, if a substitution was an absolute URL that matched
+      <p>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
       </highlight>
       <p>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.</p>
+         URL.  Available in 2.4.26 and later.</p>
       </dd>
 
       </dl>