[squid-users] Re: what are the pacthes to be add

From: Henrik Nordstrom <hno@dont-contact.us>
Date: 16 Jan 2003 16:40:41 +0100

The nightly snapshots includes all official patches which are ready (or
in some cases mostly ready..) for production use.

There is however a few more issues planned to be addressed before
2.5.STABLE2 is released. Pathes for these are however not yet ready (if
they were they would be included in the nightly snapshot..).

As for tuning, please read the Squid FAQ. Especially the sections on
memory and filedescriptors.

Regards
Henrik

tor 2003-01-16 klockan 15.49 skrev hare ram:
> Hi all
> i have downloaded the Squid package from this site
>
> http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE1-20030116.tar.gz
>
> and compiled with wccpv2 on redhat 8.0 and working fine
>
> before i put to the product, i would like to know is there any patches to
> add to make live
>
> i have following config
>
> [root@secon root]# /opt/squid/sbin/squid -v
> Squid Cache: Version 2.5.STABLE1-20030109
> configure
> options: --prefix=/opt/squid --exec-prefix=/opt/squid --enable-poll -
> -enable-snmp --enable-removal-policies=heap,lru --enable-storeio=aufs,coss,d
> iskd
> ,ufs --enable-delay-pools --enable-linux-netfilter --with-pthreads --enable-
> auth
> -modules=LDAP,NCSA,PAM,SMB,MSNT --enable-icmp --enable-wccpv2 --enable-arp-a
> cl -
> -enable-linux-netfilter --enable-async-io --enable-useragent-log --enable-ca
> che-
> digests --disable-ident-lookups --enable-truncate --enable-removal-policies
>
> my squid config looks like this
>
> http_port 8080
> hierarchy_stoplist cgi-bin ? .asp
> acl QUERY urlpath_regex cgi-bin \? \.asp
> no_cache deny QUERY
> cache_mem 100 MB
> cache_dir ufs /cache 9500 16 256
> cache_access_log /var/log/squid/access.log
> cache_log /var/log/squid/cache.log
> cache_store_log none
> redirect_rewrites_host_header off
> refresh_pattern . 0 20% 4320
> negative_ttl 3 seconds
> half_closed_clients on
> acl all src 0.0.0.0/0.0.0.0
> acl mylan src x.x.x.0/255.255.255.128
> acl mylan1 src y.y.y.0/255.255.255.0
> acl snmppublic snmp_community checking
> acl PURGE method purge
> acl localhost src 127.0.0.1/255.255.255.255
> acl BADPORTS port 7 9 11 19 22 23 25 53 110 119 513 51
> http_access deny BADPORTS
> http_access allow purge localhost
> http_access allow mylan
> http_access allow mylan1
> http_access deny all
> miss_access allow all
> httpd_accel_host virtual
> httpd_accel_port 80
> httpd_accel_with_proxy on
> httpd_accel_uses_host_header on
> logfile_rotate 1
> memory_pools off
> wccp2_router x.x.x.3
> cache_effective_user squid
> cache_effective_group squid
>
>
>
>
> and i need som suggestion for fine tuning
> thanks
> hare
>
Received on Thu Jan 16 2003 - 08:40:53 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:41 MST