Forum Moderators: DixonJones
how do you get these fine log file entries like
221.148.44.93 - - [08/Feb/2005:11:23:58 -0800] "GET /some-page-of-my-site.htm HTTP/1.1" 200 9294 "../index.htm" "w3crobot/5.4.0 libwww/5.4.0"
Kr corcov
That looks like an Apache "Combined" log format - adding the referrer and browser to the log entry.
You control the format in your conf file - look for the log format in the CustomLog directive - see the Apache web site for details.
Larry