[EMAIL PROTECTED] wrote: > This is the log i get from the serveur (online.net), with " - > www.mysite.com" at the end and analog can't read it, without yes ??????? > Thanks to help me > > 195.101.94.208 - - [26/Feb/2003:00:29:29 +0200] "GET // HTTP/1.1" 200 > 8717 "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) VoilaBot BETA > 1.2 (http://www.voila.com/)" - www.miroiteriebastide.com
Did you read the documentation about log file formats? It's all explained there -- your provider will need to tell you what they actually put in the log file, i.e. what the extra "-" is, the last field looks like a virtualhost name (%v). Something like this should work : # # ECLF plus unknown field plus virtual host # LOGFORMAT (%S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B" "%u" %j %v) LOGFORMAT (%S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B" "%u" %j %v) LOGFORMAT (%S %j %j [%d/%M/%Y:%h:%n:%j] "%r" %c %b "%f" "%B" "%u" %j %v) # # ECLF plus unknown field # LOGFORMAT (%S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B" "%u" %j) LOGFORMAT (%S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B" "%u" %j) LOGFORMAT (%S %j %j [%d/%M/%Y:%h:%n:%j] "%r" %c %b "%f" "%B" "%u" %j) # # ECLF # LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B") LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B") LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%r" %c %b "%f" "%B") -- Klaus Johannes Rusch [EMAIL PROTECTED] http://www.atmedia.net/KlausRusch/ +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------