Hi all, I am behind a firewall and every request must pass through the parent proxy. My config goes well but POST hangs whith timeout e.g with yahoo mail. Actually, here is the log saying about this :
1096360188.113 204 10.9.29.215 TCP_MISS/200 59727 GET http://us.js1.yimg.com/ us.yimg.com/lib/pim/r/medici/6_16_2/mail/ac.js - DEFAULT_PARENT/10.9.28.16 appli cation/x-javascript 1096360414.942 183591 10.9.29.215 TCP_MISS/504 1468 POST http://fr.f254.mail.yah oo.com/ym/Compose? - NONE/- text/html Here is my squid.conf cache_peer 10.9.28.16 parent 80 0 default no-query acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 positive_dns_ttl 48 hours acl lan src 10.9.28.0/24 acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 873 acl Safe_ports port 80 21 443 563 70 210 1025-65535 280 488 591 777 631 873 901 acl purge method PURGE acl CONNECT method CONNECT http_access allow manager localhost http_access deny manager http_access allow purge localhost http_access deny purge http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost http_access allow lan http_access deny all http_reply_access allow all icp_access allow all acl local_server dst 10.9.28.0/24 always_direct allow local_server always_direct deny !local_server coredump_dir /var/spool/squid TYIA
