You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2009/09/16 22:11:42 UTC

svn commit: r815946 - in /httpd/httpd/trunk/docs/manual/rewrite: rewrite_intro.html.en rewrite_intro.xml

Author: rbowen
Date: Wed Sep 16 20:11:41 2009
New Revision: 815946

URL: http://svn.apache.org/viewvc?rev=815946&view=rev
Log:
Note that RewriteLog doesn't work in .htaccess files.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.en
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.en?rev=815946&r1=815945&r2=815946&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.en Wed Sep 16 20:11:41 2009
@@ -66,6 +66,11 @@
 indispensable in debugging problems with <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
 configuration, since it will tell you exactly how each rule is
 processed.</p>
+
+<div class="note">
+<p>The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.</p>
+</div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="regex" id="regex">Regular Expressions</a></h2>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml?rev=815946&r1=815945&r2=815946&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml Wed Sep 16 20:11:41 2009
@@ -66,6 +66,11 @@
 indispensable in debugging problems with <module>mod_rewrite</module>
 configuration, since it will tell you exactly how each rule is
 processed.</p>
+
+<note>
+<p>The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.</p>
+</note>
 </section>
 
 <section id="regex"><title>Regular Expressions</title>