On Fri, 25 Mar 2005, sasa wrote:
Hi, I have a problem with same web sites, in particular on a web site in the access.log:
111769715.777 425 10.0.0.15 TCP_MISS/200 1145 GET http://it.ingrammicro.com/corporate/corporate.jsp - DIRECT/63.101.150.50 text/html
ingrammicro has been mentioned before... apparently they use a broken web server responding with HTTP/1.1 chunked transfer encoding even when this is explicitly forbidden.
Try the following workaround
header_access Accept-Encoding deny all
Regards Henrik