Commit 8bd0ea86 authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

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
parent fcfce9d9
Loading
Loading
Loading
Loading
+2 −2
Changes for docs/manual/mod/mod_log_config.html.en: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -256,8 +256,8 @@ Conditional logging available in 1.3.5 or later.</td></tr></table></td></tr></ta
    <p>Environment variables can be set on a <em>per</em>-request
    basis using the <code><a href="mod_setenvif.html">mod_setenvif</a></code>
    and/or <code><a href="mod_rewrite.html">mod_rewrite</a></code> 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:</p>
    
<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>
+2 −2
Changes for docs/manual/mod/mod_log_config.xml: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -295,8 +295,8 @@ Conditional logging available in 1.3.5 or later.</compatibility>
    <p>Environment variables can be set on a <em>per</em>-request
    basis using the <module>mod_setenvif</module>
    and/or <module>mod_rewrite</module> 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:</p>
    
<example>