From: Joshua Slive Date: Thu, 19 Sep 2002 18:02:35 +0000 (+0000) Subject: Fix a couple little mistakes that probably creaped in during X-Git-Tag: WROWE_2_0_43_PRE1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca31396267454458eb83644f11051e262faf3f4b;p=thirdparty%2Fapache%2Fhttpd.git Fix a couple little mistakes that probably creaped in during the xml conversion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96911 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 47da708cfc2..26dce4e9107 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -12,7 +12,7 @@ capabilities. This document describes how to configure its logging capabilities, and how to understand what the logs contain.

-
top

Security Warning

+
top

Security Warning

Anyone who can write to the directory where Apache is @@ -121,12 +121,11 @@ TransferLog directive. The CustomLog directive now subsumes the functionality of all the older directives.

-

The format of the access log is highly configurable. The - format is specified using a CustomLog that - looks much like a C-style printf(1) format string. Some - examples are presented in the next sections. For a complete - list of the possible contents of the format string, see the mod_log_config - documentation.

+

The format of the access log is highly configurable. The format + is specified using a format string that looks much like a C-style + printf(1) format string. Some examples are presented in the next + sections. For a complete list of the possible contents of the + format string, see the mod_log_config format strings.

Common Log Format

@@ -377,7 +376,7 @@ easier to simply post-process the log files to remove requests that you do not want to consider.

-
top

Rotation Logs

+
top

Log Rotation

On even a moderately busy server, the quantity of diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index d6136915fe5..37e27743633 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -149,14 +149,12 @@ module="mod_log_config">CustomLog directive now subsumes the functionality of all the older directives.

-

The format of the access log is highly configurable. The - format is specified using a CustomLog that - looks much like a C-style printf(1) format string. Some - examples are presented in the next sections. For a complete - list of the possible contents of the format string, see the mod_log_config - documentation.

+

The format of the access log is highly configurable. The format + is specified using a format string that looks much like a C-style + printf(1) format string. Some examples are presented in the next + sections. For a complete list of the possible contents of the + format string, see the mod_log_config format strings.

Common Log Format @@ -420,7 +418,7 @@
- Rotation Logs + Log Rotation

On even a moderately busy server, the quantity of information stored in the log files is very large. The access