From a38890acc1bd4ff5065b476e655a34a5134f6517 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sat, 24 Aug 2002 00:56:27 +0000 Subject: [PATCH] Wrong directive name. Submitted by: Andre Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96514 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.html.en | 2 +- docs/manual/mod/mod_log_config.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 0d7a61a98b..ab7d0f9a7b 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -317,7 +317,7 @@ hostTransferLog directives. In addition, - TransferLog cannot use one nickname + LogFormat cannot use one nickname to define another nickname.

For example:

diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 294789e64d..53e80e190d 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -346,7 +346,7 @@ host nickname, it doesn't actually apply the format and make it the default. Therefore, it will not affect subsequent TransferLog directives. In addition, - TransferLog cannot use one nickname + LogFormat cannot use one nickname to define another nickname.

For example:

-- 2.50.1