From: Eric Covener Date: Wed, 3 Dec 2014 01:31:37 +0000 (+0000) Subject: Merge r1643034 from trunk: X-Git-Tag: 2.4.11~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c8453d1c8bf240ca8c67209e78f84cadd7eba1;p=thirdparty%2Fapache%2Fhttpd.git Merge r1643034 from trunk: elaborate on per-directory limitations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1643036 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 56fe17cfdd6..7229926346d 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1050,8 +1050,10 @@ matches in per-directory context.
  • Although rewrite rules are syntactically permitted in Location and Files sections, this -should never be necessary and is unsupported.
  • +type="section" module="core">Files sections +(including their regular expression counterparts), this +should never be necessary and is unsupported. A likely feature +to break in these contexts is relative substitutions.