From 359a77ca1bcf70fd2527a2fbd702f1e52f4b98e6 Mon Sep 17 00:00:00 2001 From: Sander Striker Date: Wed, 30 Mar 2005 17:47:02 +0000 Subject: [PATCH] * 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 --- docs/conf/httpd-std.conf.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 39c7c08f9f..550fcf6a0e 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). -- 2.40.0