Commit abcd8ba7 authored by Luca Toscano's avatar Luca Toscano
Browse files

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
parent 360b1ada
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>