From: Eric Covener Date: Thu, 19 May 2016 14:01:34 +0000 (+0000) Subject: Merge r1744578 from trunk: X-Git-Tag: 2.4.21~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8778e39c5c61f6afb04e26c7ef92eb3d770cceb6;p=thirdparty%2Fapache%2Fhttpd.git Merge r1744578 from trunk: using context info for rewritebase was not until 2.4.16 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1744579 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 187472c9ba1..3e27f392de7 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -399,7 +399,7 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}" suffixed by the relative substitution is also valid as a URL path on the server (this is rare). -
  • In Apache HTTP Server 2.4.11 and later, this directive may be +
  • In Apache HTTP Server 2.4.16 and later, this directive may be omitted when the request is mapped via Alias or mod_userdir.