Hi All, I am using apache 2.2.22. We are seeing some weird behavior in Apache access logs. I have following line in httpd.conf - LogFormat "%h %l %i %t \"%r\" %>s %b" common now the log should look like - 64.39.111.58 - - [25/Mar/2012:11:08:48 -0400] "GET /abc.html HTTP/1.1" 200 251 (all looks good so far) The problem - even though i can see such logs in 90% of the cases there are lots of entries similar to - */* - - [25/Mar/2012:11:08:48 -0400] "GET /abc.html HTTP/1.1" 200 251 */200 - - [25/Mar/2012:11:08:48 -0400] "GET /abc.html HTTP/1.1" 200 251 Note that the first field... I have set HostnameLookups Off in my config. Can anyone tell what could be the reason for such entries or at least what such entries mean? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx