ons 2009-09-09 klockan 00:29 +0800 skrev Ryan Chan: > Hello, > > I am using Squid 3.0 as a reverse proxy to Apache 1.3. > > What I found out that is client => squid is using keep alive (from > live http header, Connection: keep alive) > > but squid => apache is only using HTTP 1.0 (from apache access log) There should be a "Connection: keep-alive" header in the request from Squid to Apache as well. (note: "Connection: keep-alive" is HTTP/1.0, HTTP/1.1 does it slightly differently using "Connection: close") Regards Henrik