From: Rich Bowen
Date: Wed, 16 Sep 2009 20:11:41 +0000 (+0000)
Subject: Note that RewriteLog doesn't work in .htaccess files.
X-Git-Tag: 2.3.3~285
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=809a992b7d7f935eae6f00940b70df71cd9ed13c;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/rewrite/rewrite_intro.html.en b/docs/manual/rewrite/rewrite_intro.html.en
index 47db2ac461e..442917544d1 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 mod_rewrite
configuration, since it will tell you exactly how each rule is
processed.
+
+
+
The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.
+
diff --git a/docs/manual/rewrite/rewrite_intro.xml b/docs/manual/rewrite/rewrite_intro.xml
index 053e7d1e598..63e8c4e413f 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
mod_rewrite
configuration, since it will tell you exactly how each rule is
processed.
+
+
+The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.
+