]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Peter Watkins writes:
authorMartin Kraemer <martin@apache.org>
Wed, 15 Dec 1999 23:04:19 +0000 (23:04 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 15 Dec 1999 23:04:19 +0000 (23:04 +0000)
commit2a912121ecb63e67427623f115aef76f0708dcf6
treeecc1feec44d3431ba730c8f27d0903a657bcfe60
parentecf9bb296bb4908c3d3945f3542a1645503c8ae6
Peter Watkins writes:
In September, there was discussion of mod_log_config and some need to
break the client request "%r" into its separate components. A patch was
committed to the 1.3 dev tree that exposed the method and protocol
request members as "%m" and "%H". It was noted that "%m %U %H" was not
the same as "%r" because %U does not include query string information.
The attached patches add support for logging query string in such a way
that "%m %U%q %H" is the same as "%r". I would like to see this committed
to take care of the unfinished business begun with "%m" and "%H".
Thanks,
 -Peter

PR: 5174
Submitted by: Peter Watkins <peterw@usa.net>
Reviewed by: Martin Kraemer

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84301 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_log_config.html