Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "RewriteLogLevel" page has been changed by preinheimer.
http://wiki.apache.org/httpd/RewriteLogLevel?action=diff&rev1=3&rev2=4

--------------------------------------------------

- This directive sets the verbosity of the logging that will occur for rewrite 
directives. Valid values range from 0 - 9, with 0 being no logging at all, and 
9 logging all possible information. The higher values are useful primarily in a 
debugging context.
+ This directive sets the verbosity of the logging that will occur for rewrite 
directives. Valid values range from 0 - 9, with 0 being no logging at all, and 
9 logging all possible information. Currently only values 1 - 4 are used within 
mod_rewrite. Log levels 4 - 9 will return the same results. 
+ 
+ When looking at a line from the log, for example:
+ {{{
+ 127.0.0.1 - - [19/Nov/2009:14:41:25 --0500] 
[vhost.example.com/sid#8475130][rid#8681480/initial] (1) pass through 
/paul_reinheimer.png
+ }}}
+ the number shown in round brackets (1) indicates the level of the message. 
You will not be shown messages with a higher log level than what you have set 
in the RewriteLogLevel directive. 
  
  Two requests will be used to demonstrate the difference between the different 
log levels.
   - A request for the existing resource paul_reinheimer.png
   - A request for the non-existant resource rich_bowen.png
  
- Log Level 9
+ Log Level 4
  
  Existing:
  {{{

Reply via email to