Bettina Jahn <[EMAIL PROTECTED]> wrote: > Hi, > > we have the apache run for our web. I tried to define the logfile > format to analyse the logfiles but couldn't find the right syntax. > I tried several entries. I don't understand the problem and would > be very pleased if someone could give me a hint! > > logfile-line: > > www.acrolinx.com 84.191.65.34 - - [24/May/2006:11:19:39 +0200] "GET > /index_de.php HTTP/1.1" 200 6314 "http://www.acrolinx.com/" > "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) > Gecko/20050915 Firefox/1.0.7" > > logformat: > > LOGFORMAT (%j %s %j %j [%d/%M/%Y:%h:%n:%t %j] "%j %r %j" %c %b "%f" > "%B")
There's nothing wrong with your LOGFORMAT. > error.txt > > F: Opening P:\marketing\Web\Weblogs\log_com as logfile > F: Closing logfile P:\marketing\Web\Weblogs\log_com > S: Successful requests: 0 > S: Redirected requests: 0 > S: Failed requests: 0 > S: Requests returning informational status code: 0 > S: Status code not given: 0 > S: Unwanted lines: 32 > S: Corrupt lines: 0 You have 32 "Unwanted lines". These are lines that are excluded by a command in the config file (FILEINCLUDE, HOSTEXCLUDE etc). If there was a problem with your LOGFORMAT, then your "Corrupt lines" would be greater than 0. 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 +------------------------------------------------------------------------

