Forum Moderators: phranque
"Find the line that begins with LogFormat. (If there is no such
line, find the line that begins with CustomLog. The LogFormat
line belongs immediately before the CustomLog line.) Add the
following after the last LogFormat line (all one line):
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\" \"%{SaneCookie}n\" %<{SaneStop}n %T" sane"
You can have more than one website using the same httpd.conf file but each website's logs can be seperated so I would think that the references to cookies added/edited/deleted by one website could be tracked by that website alone - in otherwords just because each website may be using cookies, cookies associated with your domain will not included in the stats for someone else's domain and vice-versa.