I've been beating this up for some time, so any hints/ideas anyone has would
be great.

Basically, I have certain requests from a small number of specific
requestors that don't log all of the data in the access_log.

My log format is:

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I
%O TIME: %T" 

Basicalloy pretty standard - with the addition of the time it took to
process the request (%T)

However, I get some requests logged in this format:

10.10.10.10 - - [10/Mar/2006:10:00:34 -0800] "GET
/web/document/requested/index.html HTTP/1.1" 200 386

Only requested URI, return code and size.

I've not been able to identify any common item that may be causing the rest
of the information to not be logged.  This happens for both GETs and POSTs.

Anyone seen this before?  Know of a reason?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to