diff options
author | Rich Bowen <rbowen@apache.org> | 2009-09-16 22:11:41 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2009-09-16 22:11:41 +0200 |
commit | 809a992b7d7f935eae6f00940b70df71cd9ed13c (patch) | |
tree | 9fc80f47bc157a107868e0a51abe6eec7760a4ea /docs/manual/rewrite | |
parent | * prevent a fork bomb if the accept mutex is clobbered by exiting with (diff) | |
download | apache2-809a992b7d7f935eae6f00940b70df71cd9ed13c.tar.xz apache2-809a992b7d7f935eae6f00940b70df71cd9ed13c.zip |
Note that RewriteLog doesn't work in .htaccess files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@815946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite')
-rw-r--r-- | docs/manual/rewrite/rewrite_intro.html.en | 5 | ||||
-rw-r--r-- | docs/manual/rewrite/rewrite_intro.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/rewrite/rewrite_intro.html.en b/docs/manual/rewrite/rewrite_intro.html.en index 47db2ac461..442917544d 100644 --- a/docs/manual/rewrite/rewrite_intro.html.en +++ b/docs/manual/rewrite/rewrite_intro.html.en @@ -66,6 +66,11 @@ this log file can give an overwhelming amount of information, it is 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> diff --git a/docs/manual/rewrite/rewrite_intro.xml b/docs/manual/rewrite/rewrite_intro.xml index 053e7d1e59..63e8c4e413 100644 --- a/docs/manual/rewrite/rewrite_intro.xml +++ b/docs/manual/rewrite/rewrite_intro.xml @@ -66,6 +66,11 @@ this log file can give an overwhelming amount of information, it is 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> |