From: "Charles Walker" <[EMAIL PROTECTED]> > When I run the program, DOS opens briefly
Analog is a command line application. Open the DOS prompt and run it from there so that you can see any messages it generates. > However, when I open the "Report.html" file in my browser > "Successful Requests" equals (), and no other info from the > rather long logfile is displayed. > > Because the logfile format is different than the examples in > the documentation, I tried reconfiguring it...to no avail. > Here's one record from my logfile along with the LOGFORMAT > code I wrote: Did you read this line in the documentation? "Most people don't need to do this because analog can detect the format automatically -- try it first and see!" Unless you get an error message indicating that Analog can't recognize the format of the log, you don't need to specify a LOGFORMAT. > 24.226.0.226 - - [16/Sep/2001:17:44:24 -0400] "GET > /sydenham HTTP/1.0" 301 241 "-" "Mozilla/4.0 (compatible; > MSIE 5.5; Windows 98; AtHome0107)" This line works perfectly in analog, but the result code of 301 is a redirection, so it's not considered a success (see http://www.analog.cx/docs/whole.html#faq181 for an explanation). Given that your logfile has the unusual name of weblog.cgi, you might want to try adding REDIRECTION ON to your configuration. Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
