persistent connections from accelerator to apache

From: Alexander Bezroutchko <abb@dont-contact.us>
Date: Wed, 26 Jan 2000 16:35:51 +0300

Hello,

We use Squid/2.2.STABLE4 as accelerator for our web-servers
(Apache/1.3.9).
Some web-servers serve huge number of short requests. I have found out,
that connection between squid and apache are not persistent (I have
sniffed traffic). Also, connections between client and accelerator
appeared to
be not persistent:

Request to apache directly:
---------------------------
abb% telnet home.systest.aha.ru http
Trying 195.2.83.230...
Connected to home.systest.aha.ru.
Escape character is '^]'.
GET / HTTP/1.0
Host: www.systest.aha.ru
Connection: keep-alive

HTTP/1.1 200 OK
Date: Wed, 26 Jan 2000 13:09:25 GMT
Server: Apache/1.3.9 (Unix) FrontPage/3.0.4.2
Last-Modified: Wed, 08 Dec 1999 16:55:55 GMT
ETag: "16b183-1bbb-384e8d9b"
Accept-Ranges: bytes
Content-Length: 7099
Keep-Alive: timeout=60, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=windows-1251
Content-Language: ru

...

Request through accelerator:
----------------------------
abb% telnet www.systest.aha.ru http
Trying 195.2.83.99...
Connected to www.systest.aha.ru.
Escape character is '^]'.
GET / HTTP/1.0
Host: www.systest.aha.ru
Connection: keep-alive

HTTP/1.0 200 OK
Date: Sun, 19 Dec 1999 14:48:22 GMT
Server: Apache/1.3.9 (Unix) FrontPage/3.0.4.2
Last-Modified: Wed, 08 Dec 1999 16:55:55 GMT
ETag: "16b183-1bbb-384e8d9b"
Accept-Ranges: bytes
Content-Length: 7099
Content-Type: text/html; charset=windows-1251
Content-Language: ru
Age: 8767
X-Cache: HIT from tor.M9-Farm.zenon.net
Connection: close

...

Why persistent connection was not established ?

SY,
Alexander Bezroutchko
Received on Wed Jan 26 2000 - 06:43:29 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:43 MST