I've setup analog.conf with the following:

SUBDIR http://*/*

LOGFORMAT COMMON
APACHELOGFORMAT ("%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"")

HOSTNAME "my.dom.com"
LOGFILE /var/logs/access.log
OUTFILE /var/www/webstats.html


But when I run analog i get a lot of Warnings!
can you help me please ?



I have Apache running with virtualhosts with this log format and setups:

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

<VirtualHost 19x.19x.19x.19x>
  ServerName    my.dom.com
  CustomLog    /var/logs/access.log vcommon
  DocumentRoot   /var/www
</VirtualHost>
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to