Thanks!

I sent your answer to Suse-Novell people, following is the reply:


Please ask Analog people how is the log entry supposed to be in the correct 
format, when it is not a HTTP request at all?

400 means "bad request", as in, garbled request, or simple npn-conforming 
request.
the status code on those requests was 400.
I believe that  Apache takes all the information, including the IP address, 
from the HTTP request body,since this is not a valid HTTP request, it doesn't 
carry any data.
They are right in assuming that this looks like an ipv6 request, but that is 
not the problem here.

There is a way to turn off logging this status code.
http://httpd.apache.org/docs/2.2/logs.html#conditional 

For the "bad" lines.

> 192.168.254.254 - - [26/Feb/2009:11:13:45 +0200] "GET /req.png HTTP/1.0" 304 
> - "http://www.kalmanovitz.co.il/Analog_Report.html"; "Mozilla/5.0 (X11; U; 
> Linux i686; en-US; rv:1.8.1.18) Gecko/20081031 SUSE/2.0.0.18-0.2.1 
> Firefox/2.0.0.18"
> ::1 - - [26/Feb/2009:11:13:57 +0200] "GET /" 400 991
> ::1 - - [26/Feb/2009:11:13:58 +0200] "GET /" 400 991
> ::1 - - [26/Feb/2009:11:13:59 +0200] "GET /" 400 991
> ::1 - - [26/Feb/2009:11:14:00 +0200] "GET /" 400 991
> 38.99.13.125 - - [26/Feb/2009:11:14:45 +0200] "GET 
> /k_comm/Israel/English/Maps/Rezervations/EinHemed33/obj/pages/P7270096_jpg.htm
>  HTTP/1.0" 200 2299 "-" "Mozilla/5.0 (Twiceler-0.9 
> http://www.cuil.com/twiceler/robot.html)" 

SetEnvIf Remote_Addr "::1" dontlog should take care of that.
Please put this into default_server.conf or, if you plan to use Virtualhosts, 
into the proper config file for that host.

What is your opinion?

In the last answer you said:



TIA

Nanu


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