summaryrefslogtreecommitdiff
path: root/docs/conf/httpd-std.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf/httpd-std.conf.in')
-rw-r--r--docs/conf/httpd-std.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in
index be7063cf70..a055fdced8 100644
--- a/docs/conf/httpd-std.conf.in
+++ b/docs/conf/httpd-std.conf.in
@@ -479,6 +479,9 @@ LogFormat "%h %l %u %t \"%r\" %>s %b" common
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
+
#
# The location and format of the access logfile (Common Logfile Format).
# If you do not define any access logfiles within a <VirtualHost>