Commit ec121aa1 authored by Mark J. Cox's avatar Mark J. Cox
Browse files

Submitted by: Alexei Kosut

Reviewed by: Mark Cox

Add some more useful directives for logging.

%U: the URL path that was requested
%f: the filename.
%P: the PID of the child that served the request (this might be useful
    for tracking the BROKEN_WAIT problem; I dunno.)

It also adds a %{...}n directive that returns the contents of a note
(from the r->notes table). The idea of this is that modules can set
notes with data to be logged. This patch, as an example, has
mod_cookies put its cookie into a note called "cookie". This allows
mod_log_config to log it without having to use a seperate cookie log


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76813 13f79535-47bb-0310-9956-ffa450edef68
parent bc72d136
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment