Forum Moderators: DixonJones

Message Too Old, No Replies

Logging

About fine log file entries

         

corcov

12:19 pm on Jun 7, 2005 (gmt 0)

10+ Year Member



Hello guys,

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

larryn

12:46 pm on Jun 7, 2005 (gmt 0)

10+ Year Member



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

corcov

9:45 am on Jun 8, 2005 (gmt 0)

10+ Year Member



Thanks, larryn