Author: covener
Date: Sun Mar 7 12:36:30 2010
New Revision: 919978
URL: http://svn.apache.org/viewvc?rev=919978&view=rev
Log:
backport updated T= per-directory caveat for PR 36590
Modified:
httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en
httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml
Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en?rev=919978&r1=919977&r2=919978&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en Sun Mar 7 12:36:30
2010
@@ -410,6 +410,13 @@
solutions to a problem before resorting to rewrite, which will
invariably be a less efficient solution than the alternatives.</p>
+<p>
+If used in per-directory context, use only <code>-</code> (dash)
+as the substitution <em>for the entire round of mod_rewrite processing</em>,
+otherwise the MIME-type set with this flag is lost due to an internal
+re-processing (including subsequent rounds of mod_rewrite processing).
+The <code>L</code> flag can be useful in this context to end the
+<em>current</em> round of mod_rewrite processing.</p>
</div></div>
<div class="bottomlang">
Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml?rev=919978&r1=919977&r2=919978&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml Sun Mar 7 12:36:30 2010
@@ -426,8 +426,15 @@
instead. Always consider the alternate
solutions to a problem before resorting to rewrite, which will
invariably be a less efficient solution than the alternatives.</p>
-</section>
+<p>
+If used in per-directory context, use only <code>-</code> (dash)
+as the substitution <em>for the entire round of mod_rewrite processing</em>,
+otherwise the MIME-type set with this flag is lost due to an internal
+re-processing (including subsequent rounds of mod_rewrite processing).
+The <code>L</code> flag can be useful in this context to end the
+<em>current</em> round of mod_rewrite processing.</p>
+</section>
</section>
</manualpage>
|