From b83dcf778ed67f4c26a0b1b2718d69d925d59944 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Sat, 28 Sep 2002 13:27:50 +0000
Subject: [PATCH] - add mod_logio entry to sitemap - add mod_logio
transformation - add lacking section id to mod_log_config.xml (and update
transformation)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97003 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/index.html.en | 2 +-
docs/manual/mod/mod_log_config.html.en | 18 +++++-----
docs/manual/mod/mod_log_config.xml | 2 +-
docs/manual/mod/mod_logio.html.en | 50 ++++++++++++++++++++++++++
docs/manual/sitemap.html.en | 1 +
docs/manual/sitemap.xml | 1 +
6 files changed, 62 insertions(+), 12 deletions(-)
create mode 100644 docs/manual/mod/mod_logio.html.en
diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en
index bd337652307..1b63d5d5575 100644
--- a/docs/manual/mod/index.html.en
+++ b/docs/manual/mod/index.html.en
@@ -41,7 +41,7 @@ modulesmod_envModifies the environm
clientmod_file_cacheCaches a static list of files in memorymod_headersCustomization of HTTP request
and response headersmod_imapServer-side imagemap processingmod_includeServer-parsed html documents (Server Side Includes)mod_infoProvides a comprehensive overview of the server
configurationmod_isapiISAPI Extensions within Apache for Windowsmod_ldapLDAP connection pooling and result caching
-services for use by other LDAP modulesmod_log_configLogging of the requests made to the servermod_mimeAssociates the requested filename's extensions
+services for use by other LDAP modulesmod_log_configLogging of the requests made to the servermod_logioLogging of input and output bytes per requestmod_mimeAssociates the requested filename's extensions
with the file's behavior (handlers and filters)
and content (mime-type, language, character set and
encoding)mod_mime_magicDetermines the MIME type of a file
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en
index e2184dd2466..6eef748be8b 100644
--- a/docs/manual/mod/mod_log_config.html.en
+++ b/docs/manual/mod/mod_log_config.html.en
@@ -24,7 +24,7 @@
step. The TransferLog
and CustomLog
directives can be used multiple times in each server to cause
each request to be logged to multiple files.
-
The format argument to the LogFormat
and
@@ -138,15 +138,13 @@ be in strftime(3) format. (potentially localized)
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. |
+enable mod_logio
to use this.
-%...O: |
-Bytes sent, including headers, cannot be zero. You need to enable mod_logio to use
-this. |
+%...O: |
+Bytes sent, including headers, cannot be zero. You need to enable
+mod_logio to use this. |
@@ -197,7 +195,7 @@ this.
because otherwise log analysis programs would have to duplicate
the entire vhost matching algorithm in order to decide what
host really served the request.
- Security Considerations
+