Hi
can someone tell me why my squid proxy while transerfering https sites gets
so painfully slow?
here's the output of grep -v '#' /etc/squid.conf
Quote:
http_port 192.168.75.1:8080
icp_port 0
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
maximum_object_size 8192 KB
cache_dir ufs /var/cache/squid 200 32 512
ftp_user YouDlikeToKnow@
acl all src 0.0.0.0/0.0.0.0
acl localnet src 192.168.75.0/255.255.255.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow localnet
cache_mgr root@host
dns_testnames www.google.de netscape.com internic.net nlanr.net
append_domain .sammyshome.net
forwarded_for off
anonymize_headers deny From Referer Server
anonymize_headers deny User-Agent WWW-Authenticate Link
snmp_port 0
|
Greets sam