From: Eric Covener Date: Sun, 7 Mar 2010 12:34:17 +0000 (+0000) Subject: elaborate on the T= limiation in per-directory rewrites for PR 36590 X-Git-Tag: 2.3.6~390 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb3c771c85d9206e005de7b563e3f6d738adadc9;p=thirdparty%2Fapache%2Fhttpd.git elaborate on the T= limiation in per-directory rewrites for PR 36590 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@919977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index a56ea6be865..c6d33f95344 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -623,8 +623,11 @@ invariably be a less efficient solution than the alternatives.

If used in per-directory context, use only - (dash) -as the substitution, otherwise the MIME-type set with this flag -is lost due to an internal re-processing.

+as the substitution for the entire round of mod_rewrite processing, +otherwise the MIME-type set with this flag is lost due to an internal +re-processing (including subsequent rounds of mod_rewrite processing). +The L flag can be useful in this context to end the +current round of mod_rewrite processing.

diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index c124962611e..b06d303b93a 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -625,8 +625,11 @@ invariably be a less efficient solution than the alternatives.

If used in per-directory context, use only - (dash) -as the substitution, otherwise the MIME-type set with this flag -is lost due to an internal re-processing.

+as the substitution for the entire round of mod_rewrite processing, +otherwise the MIME-type set with this flag is lost due to an internal +re-processing (including subsequent rounds of mod_rewrite processing). +The L flag can be useful in this context to end the +current round of mod_rewrite processing.