On 03/05/07, Rolf Busch <[EMAIL PROTECTED]> wrote:

Thats the error log:

C: 65.36.241.79 - - [13/Jul/2006:00:21:36 +0200] "HEAD / HTTP/1.1" 200 -"
C:                                                           *
C: 57.86.133.98 - - [13/Jul/2006:00:50:18 +0200] "GET /img/preisean.gif
HTTP/1.1" 304 -"
C:
*
C: 201.35.156.53 - - [13/Jul/2006:00:55:54 +0200] "GET /News_V3R2M8.htm
HTTP/1.1" 200 65984"
C:
*
C: 201.35.156.53 - - [13/Jul/2006:00:56:16 +0200] "GET /first_files/hg.gif
HTTP/1.1" 404 239"
C:
  *
C: 208.109.101.4 - - [13/Jul/2006:01:34:42 +0200] "GET / HTTP/1.1" 200 5473"
C:                                                           *

And this is a part of the config file

DEBUG on
LOGFORMAT (%s %j %j [%d/%M/%Y:%h:%n:%t %j] "%j%w%r%wHTTP"%W%b%j)
LOGFILE Web2006.log


The error message tells you exactly where the problem is -- after the
HTTP. Your LOGFORMAT says there should be a quote immediately after
the HTTP, but there isn't. Try HTTP/%j" instead. Also it's %w not %W
after that.

--
Stephen Turner
+------------------------------------------------------------------------
|  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