From: Sander Striker Date: Wed, 30 Mar 2005 17:47:02 +0000 (+0000) Subject: * docs/conf/httpd-std.conf.in X-Git-Tag: 2.1.5~252 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=359a77ca1bcf70fd2527a2fbd702f1e52f4b98e6;p=thirdparty%2Fapache%2Fhttpd.git * docs/conf/httpd-std.conf.in Adjust one conditional to new style. Wrap mod_logio directives into a conditional, instead of having them commented out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159499 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 39c7c08f9f0..550fcf6a0eb 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -500,8 +500,10 @@ LogLevel warn LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent - # You need to enable mod_logio.c to use %I and %O - #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio + + # You need to enable mod_logio.c to use %I and %O + LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio + # # The location and format of the access logfile (Common Logfile Format). @@ -1017,7 +1019,7 @@ ServerSignature On # - + # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded).