Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Summary-Talk] Log files
I just realized our apache log files were not set up correctly to be getting
our virtual domain stats so we can read them with summary. I read the
Virtual Domain section of the Summary Manual and would like to keep all of
my logs in one set of log files. Here is what my string looks like in Apache
right now:
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
Would I just change it to
LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %v %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
To get apache to do this? I understand I will have to change stuff in
summary too I just want to make sure I am setting this up correctly in
apache first.
--
Donald Radlund
Technical Director
Twelve Oaks Media
847.202.9400
-------------
Go to <http://summary.net/list.html> to update subscription info.
|