On Saturday, June 24, 2006 9:52 PM [EDT],
Roland Leong <[EMAIL PROTECTED]> wrote:

I'm getting this error message when attempting to run
Analog:

Processing...
analog: analog version 6.0/Mac
analog: Warning F: Can't auto-detect format of logfile
access_060531.log.txt:
 ignoring it
 (For help on all errors and warnings, see
docs/errors.html)

Here are a few sample lines from my log file.

68.142.250.179 - - [30/Apr/2006:17:01:18 -0700] "GET
/Reload/ReloadMay02.html HTTP/1.0" 304 - "-"
"Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
"www.shotgunreport.com"

That's a very slight modification of the standard Combined logformat - you appear to have a virtual host name at the end of each line ("www.shotgunreport.com")

Combined logformat is
LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B")

so you'll want
LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B" "%v")

http://analog.cx/docs/logfmt.html#fmtexamples

There are some previous postings suggesting a change
in APACHELOGFORMAT. I'm not knowledgeable enough to
create the string necessary to get Analog to work.

APACHELOGFORMAT allows you to take the LogFormat command from Apaches httpd.conf file, and paste it dorectly into analog.cfg, witout having to manually translate it from the synta that Apache uses to the syntax that Analog uses. It's not relevant unless you have access to the Apache configuration files in the first place.

Aengus
+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to