[analog-help] Problems with definition for apache webserver runningon IBM system i5

Stephen Turner analog-author at lists.meer.net
Thu May 3 03:13:58 PDT 2007


On 03/05/07, Rolf Busch <Busch at pcsacc400.de> 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


More information about the analog-help mailing list