From: Andre Malo Date: Tue, 26 Nov 2002 09:34:41 +0000 (+0000) Subject: add %% escaping X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63913602fccc0a56b736c8cb89b153f9259ccbaf;p=apache add %% escaping git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97655 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 587cffa70b..fc4e891379 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -41,74 +41,76 @@ - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + +
Format String Description
%...a
%%The percent sign
%...a Remote IP-address
%...A
%...A Local IP-address
%...B
%...B Bytes sent, excluding HTTP headers.
%...b
%...b Bytes sent, excluding HTTP headers. In CLF format, i.e. a '-' rather than a 0 when no bytes are sent.
%...{Foobar}C
%...{Foobar}C The contents of cookie Foobar in the request sent to the server.
%...D
%...D The time taken to serve the request, in microseconds.
%...{FOOBAR}e
%...{FOOBAR}e The contents of the environment variable FOOBAR
%...f
%...f Filename
%...h
%...h Remote host
%...H
%...H The request protocol
%...{Foobar}i
%...{Foobar}i The contents of Foobar: header line(s) in the request sent to the server.
%...l
%...l Remote logname (from identd, if supplied)
%...m
%...m The request method
%...{Foobar}n
%...{Foobar}n The contents of note Foobar from another module.
%...{Foobar}o
%...{Foobar}o The contents of Foobar: header line(s) in the reply.
%...p
%...p The canonical port of the server serving the request
%...P
%...P The process ID of the child that serviced the request.
%...q
%...q The query string (prepended with a ? if a query string exists, otherwise an empty string)
%...r
%...r First line of request
%...s
%...s Status. For requests that got internally redirected, this is the status of the *original* request --- %...>s for the last.
%...t
%...t Time, in common log format time format (standard english format)
%...{format}t
%...{format}t The time, in the form given by format, which should be in strftime(3) format. (potentially localized)
%...T
%...T The time taken to serve the request, in seconds.
%...u
%...u Remote user (from auth; may be bogus if return status (%s) is 401)
%...U
%...U The URL path requested, not including any query string.
%...v
%...v The canonical ServerName of the server serving the request.
%...V
%...V The server name according to the UseCanonicalName setting.
%...X
%...X Connection status when response is completed: @@ -125,10 +127,10 @@

(This directive was %...c in late versions of Apache 1.3, but this conflicted with the historical ssl %...{var}c syntax.)

- + - +
%...I
%...I Bytes received, including request and headers, cannot be zero. You need to enable mod_logio to use this.
%...O
%...O Bytes sent, including headers, cannot be zero. You need to enable mod_logio to use this.
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index dbcc2e8886..bdd5d74809 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -47,6 +47,9 @@
Format String Description
%%The percent sign
%...a Remote IP-address