2006-08-25

gailsedotes: (Default)
2006-08-25 01:42 pm

(no subject)

i specifically sent this to kitty (who is the god of apache)
but could really use help!

i want to get more out of my weblogs - and have looked at every online tutorial under the sun, but none of them explain how to get customlogfiles to take in the referer and user agent
this is what i have,
#VSD Log format declarations for CustomLog log-files
LogFormat "%a %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" " combined
LogFormat "%{User-agent}i" agent
LogFormat "%h %l %u %t %>s" common
LogFormat "%{Referer}i -> %U" referer

can you point me to a book or tutorial or plane tell me where i am going wrong?