From 2f171d8fd456c3baec276f6f47555453d7746677 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Fri, 31 May 2002 07:31:09 +0000 Subject: [PATCH] Judging from the example below, this sentence has one too many negative in it. Also fix what I believe is a typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95425 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.html.en | 4 ++-- docs/manual/mod/mod_log_config.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 9618c94af98..bf3d9b0c9b0 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -256,8 +256,8 @@ Conditional logging available in 1.3.5 or later.Environment variables can be set on a per-request basis using the mod_setenvif and/or mod_rewrite modules. For - example, if you don't want to record requests for all GIF - images on your server in a separate logfile but not your main + example, if you want to record requests for all GIF + images on your server in a separate logfile but not in your main log, you can use:

diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 18456fb9aa9..460ce0e7a49 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -295,8 +295,8 @@ Conditional logging available in 1.3.5 or later.

Environment variables can be set on a per-request basis using the mod_setenvif and/or mod_rewrite modules. For - example, if you don't want to record requests for all GIF - images on your server in a separate logfile but not your main + example, if you want to record requests for all GIF + images on your server in a separate logfile but not in your main log, you can use:

-- 2.47.2