According to my web host (1and1.com), the log files
are in the following format
(copy/pasted from their help): The raw log files are in Apache
format:
CustomLog /var/log/httpd/access_log "%{Host}i %h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\" %b" I've added the following to my "analog.cfg"
file:
APACHELOGFORMAT ({Host}i %h %l %u %t \"%r\" %s %b
\"%{Referer}i\"
\"%{User-agent}i\" %b) LOGFILE mylog.log And I still get the following error about being
unable to autodetect format
of logfile. Here is a copy/paste from my log file:
69.157.18.54 - - [05/Jul/2004:19:03:27 -0400] "GET
/ HTTP/1.1" 200 172 www.r3digital.net "-"
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" "-"
69.157.18.54 - - [05/Jul/2004:19:03:27 -0400] "GET /images/r3digital.jpg HTTP/1.1" 200 22410 www.r3digital.net "http://www.r3digital.net/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" "-" 69.157.18.54 - - [05/Jul/2004:19:04:23 -0400] "GET / HTTP/1.1" 200 - www.r3digital.net "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" "-" Thanks for your help.
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.712 / Virus Database: 468 - Release Date: 6/27/2004 |