Почему squid не отвечает на первые 2 запроса? В логе пишет - Too many queued
dnsserver requests. Потом начинает работать нормально.
Мой конфиг:
http_port 3128
icp_port 0
cache_mem 16 MB
maximum_object_size 16384 KB
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
cache_dns_program /usr/lib/squid/dnsserver
dns_children 10
quick_abort_pct 60
negative_ttl 1 minutes
positive_dns_ttl 6 hours
negative_dns_ttl 5 minutes
half_closed_clients on
cache_dir /var/spool/squid 50 16 256
emulate_httpd_log on
redirect_rewrites_host_header off