| FishGills 2006-08-24, 7:30 pm |
| So, in one of my virtual hosts, I have the line:
CustomLog logs/www.xxx.com-access_log combined
But inside the log file, lines are being written like:
10.4.251.41 - - [24/Aug/2006:11:59:53 -0700] "GET
/imgs/footer-colorbar.gif HTTP/1.1" 304 -
Where's the rest of the line?
Aren't combined log lines suppose to look something like (This is from
another web server):
10.4.254.45 - - [24/Aug/2006:09:35:50 -0700] "GET
/images/nav/nav_field_bg.gif HTTP/1.1" 304 -
"http://creative.xxxxx.com/index.php?module=authorisation&message=2&redirect=module%3Dspringboard"
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322)"
And I haven't touched the default apache LogFormat directives:
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" combined
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
What am I missing?
|