Hi ppl,
i am facing a strange problem. pls. help me out. --------------------------------------------------------------- Client ----> squid Box ----> proxy ( apache ) -----> real server --------------------------------------------------------------- http_port 9090 cache_peer A.B.C.D parent 9191 0 no-query default login=PASS refresh_pattern ^ftp: 1440 20% 10080 acl all src 0.0.0.0/0.0.0.0 http_access allow all never_direct allow all --------------------------------------------------------------- i am using squid with CACHE_PEER option i configure it like athe above figure. when i started ftp transaction from client to ftp server. its establishing and i can download the files from ftp real server. Problem is:::: if i cancel the download from the client that connection disconnects up to squid box . but, connection remains established between the apache ( proxy only ) and real server. The example config. given above.. bcoz of that, its piled up multiple OPEN connections between apache (proxy ) and real server. how these connections will be disconnected... Thanx & regards, kiran
