summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2006-11-27 01:16:17 +0000
committerMichael Stewart <vericgar@gentoo.org>2006-11-27 01:16:17 +0000
commitba1ba2ebfe506da371f306c3418cf4456cfc4a3d (patch)
tree16dbe176ac2ce309a8bf37507e22f4a2cd88d2a4 /2.2/conf/httpd.conf
parentChange mod_proxy_ajp and mod_proxy_balancer from 'enabled' (which is not a va... (diff)
downloadapache-ba1ba2ebfe506da371f306c3418cf4456cfc4a3d.tar.gz
apache-ba1ba2ebfe506da371f306c3418cf4456cfc4a3d.tar.bz2
apache-ba1ba2ebfe506da371f306c3418cf4456cfc4a3d.zip
Fix typos in LogFormat
Diffstat (limited to '2.2/conf/httpd.conf')
-rw-r--r--2.2/conf/httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.2/conf/httpd.conf b/2.2/conf/httpd.conf
index ff828dc..fd2cff2 100644
--- a/2.2/conf/httpd.conf
+++ b/2.2/conf/httpd.conf
@@ -227,7 +227,7 @@ LogLevel warn
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-Agent}i" agent
LogFormat "%v %h %l %u %t \"%r\" %>s %b %T" script
- LogFormat "$v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i VLOT=${VLOG}e" vhost
+ LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i VLOG=${VLOG}e" vhost
<IfModule logio_module>
# You need to enable mod_logio.c to use %I and %O