From 7f4ad7e681038f76b243206df544dfdca2d19c24 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Mon, 18 Nov 2002 00:50:15 +0000 Subject: [PATCH] - 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 --- docs/manual/mod/mod_logio.html.en | 28 ++++++++++++---------------- docs/manual/mod/mod_logio.xml | 26 +++++++++++++------------- 2 files changed, 25 insertions(+), 29 deletions(-) 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"
-
-
-- 2.40.0