Hallo everyone, My problem: I use squid to access WWW. But when I try to get to any page than I have to wait about 20 second or more till anything appear in my browser ( Opera 7.21 ). I have no idea why its like that. When I turn off squid and set browser not to use proxy then any page I request load immediately.
If anyone would help me to resolve this problem then I ll be in debt forever. This is my squid version Squid Cache: Version 2.5.STABLE2 and this is options that I used to configure and compile configure options: --prefix=/proxy/usr --exec-prefix=/proxy/usr --enable-delay-pools --enable-cache-digests --enable-poll --disable-ident-lookups --enable-truncate --enable-removal-policies --enable-err-language=Polish and this is my squid.conf http_port 3128 icp_port 0 acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 32 MB cache_dir ufs /cache 100 8 126 redirect_rewrites_host_header off #replacement_policy GDSF acl localnet src 192.168.1.0/255.255.255.0 acl localhost src 127.0.0.1/255.255.255.255 acl Safe_ports port 80 443 210 119 70 21 1025-65535 acl CONNECT method CONNECT acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object httpd_accel_with_proxy on http_access allow localnet http_access allow localhost http_access deny !Safe_ports http_access deny CONNECT http_access deny all maximum_object_size 1000 KB ipcache_size 1024 ipcache_low 60 ipcache_high 75 cache_mgr [EMAIL PROTECTED] cache_effective_user squid cache_effective_group squid log_icp_queries off cachemgr_passwd tajnehaselko all buffered_logs on positive_dns_ttl 6 hours PS. I have no problem with download. Avarage speed during download is 50 - 60 Kbps
