From: Andre Malo Date: Mon, 18 Nov 2002 00:50:15 +0000 (+0000) Subject: - add to mod_log_config X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f4ad7e681038f76b243206df544dfdca2d19c24;p=apache - add to mod_log_config - use same log format table style as mod_log_config -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97561 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_logio.html.en b/docs/manual/mod/mod_logio.html.en index f565c0ced7..bd9e1472d6 100644 --- a/docs/manual/mod/mod_logio.html.en +++ b/docs/manual/mod/mod_logio.html.en @@ -19,32 +19,28 @@

This module requires mod_log_config.

-

Directives

This module provides no directives.

Topics

See also

top

Directives

This module provides no directives.

Topics

See also

top

Custom Log Formats

This modules adds two new logging directives. The characteristics of the - request itself are logged by placing "%" directives in the format string, - which are replaced in the log file by the values as follows:

- - - - - - - - - + request itself are logged by placing "%" directives in + the format string, which are replaced in the log file by the values as + follows:

+ +
%...I:Bytes received, including request and headers, cannot be zero.
%...O:Bytes sent, including headers, cannot be zero.
+ + + + +
Format StringDescription
%...IBytes received, including request and headers, cannot be + zero.
%...OBytes sent, including headers, cannot be zero.

Usually, the functionality is used like this:

-
Combined I/O log format:
-
"%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %I %O"
-
-
\ No newline at end of file diff --git a/docs/manual/mod/mod_logio.xml b/docs/manual/mod/mod_logio.xml index 7d1d817082..e7a7b70edc 100644 --- a/docs/manual/mod/mod_logio.xml +++ b/docs/manual/mod/mod_logio.xml @@ -22,36 +22,36 @@ +mod_log_config Apache Log Files
Custom Log Formats

This modules adds two new logging directives. The characteristics of the - request itself are logged by placing "%" directives in the format string, - which are replaced in the log file by the values as follows:

+ request itself are logged by placing "%" directives in + the format string, which are replaced in the log file by the values as + follows:

- +
+ + - - + + - - - -
Format StringDescription
%...I:Bytes received, including request and headers, cannot be zero.
%...IBytes received, including request and headers, cannot be + zero.
%...O:Bytes sent, including headers, cannot be zero.
+ %...O + Bytes sent, including headers, cannot be zero. +

Usually, the functionality is used like this:

-
Combined I/O log format:
-
"%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %I %O"
-
-