From: Rich Bowen Date: Sun, 31 Oct 2010 23:02:26 +0000 (+0000) Subject: Document RewriteLog format. X-Git-Tag: 2.2.18~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56a924bc749ef001f1f9a76c7490a1ca6113ff2;p=thirdparty%2Fapache%2Fhttpd.git Document RewriteLog format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1029508 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 3db21b15f74..e6b9aaeb963 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -21,7 +21,8 @@

Apache Module mod_rewrite

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

@@ -743,6 +744,23 @@ processing directive or use RewriteLogLevel 0! +

The RewriteLog log file format is as + follows:

+ +
Description:Provides a rule-based rewriting engine to rewrite requested URLs on the fly
+ + + + + + + + + + + +
Description Example
Remote host IP address192.168.200.166
Remote login nameWill usually be "-"
HTTP user auth nameUsername, or "-" if no auth
Date and time of request[28/Aug/2009:13:09:09 --0400]
Virtualhost and virtualhost ID[www.example.com/sid#84a650]
Request ID, and whether it's a subrequest[rid#9f0e58/subreq]
Log entry severity level(2)
Text error messageforcing proxy-throughput with http://127.0.0.1:8080/index.html
+

Security

See the Apache Security Tips @@ -1647,7 +1665,8 @@ should never be necessary and is unsupported.

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 39936c96500..a9616b47cbd 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -211,6 +211,23 @@ processing directive or use RewriteLogLevel 0! +

The RewriteLog log file format is as + follows:

+ + + + + + + + + + + + + +
Description Example
Remote host IP address192.168.200.166
Remote login nameWill usually be "-"
HTTP user auth nameUsername, or "-" if no auth
Date and time of request[28/Aug/2009:13:09:09 --0400]
Virtualhost and virtualhost ID[www.example.com/sid#84a650]
Request ID, and whether it's a subrequest[rid#9f0e58/subreq]
Log entry severity level(2)
Text error messageforcing proxy-throughput with http://127.0.0.1:8080/index.html
+ Security See the Apache Security Tips