Forum Moderators: coopster & phranque

Message Too Old, No Replies

Apache LogFormat

What does it mean

         

circuitjump

10:54 pm on Aug 14, 2001 (gmt 0)

10+ Year Member



Can anyone direct me to a good site where I can find out what this means.

LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined

It's from apache web server. I know it's for telling the server how to format the logs, but what does the %v mean or %l mean ........

Thanks

evinrude

11:19 pm on Aug 14, 2001 (gmt 0)

10+ Year Member



This Site [unixfarm.com] might help. What you have there is the extended/combined log format.

added
%v = server name
%l = remote logname from identd...if supplied.