Assim que está meu arquivo squid.conf >>> cache_dir diskd /var/cache/dir0 10000 16 256 Q1=64 Q2=72 cache_dir diskd /var/cache/dir1 10000 16 256 Q1=64 Q2=72 cache_dir diskd /var/cache/dir2 10000 16 256 Q1=64 Q2=72 cache_dir diskd /var/cache/dir3 10000 16 256 Q1=64 Q2=72 cache_dir diskd /var/cache/dir4 10000 16 256 Q1=64 Q2=72 cache_dir diskd /var/cache/dir5 10000 16 256 Q1=64 Q2=72 cache_dir diskd /var/cache/dir6 10000 16 256 Q1=64 Q2=72
cache_swap_high 98 cache_swap_low 90 cache_peer xxx.xxx.xxx.xxx parent 9090 4827 no-query round-robin half_closed_clients on cache_mem 250 MB maximum_object_size 1000 MB maximum_object_size_in_memory 800 MB memory_pools off quick_abort_pct 85 debug_options ALL,0 log_fqdn off refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 dead_peer_timeout 10 seconds hierarchy_stoplist cgi-bin ? acl all src 0.0.0.0/0.0.0.0 acl localhost src xxx.xxx.xxx.xxx/255.255.255.128 acl manager proto cache_object #acl localhost src 127.0.0.1/255.255.255.255 acl SSL_ports port 443 563 acl Safe_ports port 80 acl Safe_ports port 20 acl Safe_ports port 21 acl Safe_ports port 443 563 acl Safe_ports port 70 acl Safe_ports port 210 acl Safe_ports port 1025-65535 acl Safe_ports port 280 acl Safe_ports port 488 acl Safe_ports port 591 acl Safe_ports port 777 acl CONNECT method CONNECT acl QUERY urlpath_regex cgi-bin \? acl iplivres src xxx.xxx.xxx.xxx/255.255.255.192 http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow iplivres http_access allow localhost http_access deny all icp_access allow all miss_access allow all http_port 9090 transparent forwarded_for on ie_refresh on buffered_logs on reload_into_ims on hierarchy_stoplist cgi-bin ? no_cache deny QUERY fqdncache_size 2048 bytes dns_nameservers xxx.xxx.xxx.xxx cache_access_log /var/log/squid_access.log cache_log /dev/null cache_store_log none hierarchy_stoplist hotmail.com visible_hostname caches.vbteste.com.br cache_replacement_policy heap LFUDA memory_replacement_policy heap LFUDA Em 11/02/08, Cândido Henrique <[EMAIL PROTECTED]> escreveu: > > Olá Luis, > > Qual o valor desta linha no seu esquid.conf ? Qual o tamanho download ? > ------------------------------ > request_body_max_size ? > ------------------------------ > > [],s > > > Pessoal, tenho randando em um servidor freebsd 6.2 o squid. Ele é para > > > > atender mais de 300 pessoas, é um servidor de um provedor. O problema > > que aconteceu, é que toda vez que fazemos download ele não completa o > > download e da como concluído. > > > > Como resolver isso? Tem q fazer alguma modificação no kernel?? Não > > tenho ideia. > > > > Obrigado. > > > > Gustavo > > > > > > >
