From: Joshua Slive
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.
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
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
On even a moderately busy server, the quantity of information stored in the log files is very large. The access