opt/squid
2013-11-05 18:00:49 +01:00
..
.footprint squid: update to 3.3.2 2013-03-03 13:13:39 +01:00
.md5sum squid: update to 3.3.10 2013-11-05 18:00:49 +01:00
Pkgfile squid: update to 3.3.10 2013-11-05 18:00:49 +01:00
pre-install squid: add pre-install, slightly improved start script 2012-09-20 10:43:57 +02:00
README squid: add pre-install, slightly improved start script 2012-09-20 10:43:57 +02:00
squid squid: update to 3.2.2 2012-10-07 10:46:02 +02:00

README for squid 3.x

REQUIREMENTS

PRE-INSTALL
1. Create user/group squid with a unused id < 99:
   'groupadd -g 40 squid'
   'useradd -g squid -u 40 -d /var/squid -s /bin/false squid'
   'passwd -l squid'

POST-INSTALL
1. add a cache_dir entry to /etc/squid/squid.conf:
   cache_dir aufs /var/squid 2000 16 256
2. run '/usr/sbin/squid -z' to build the cache structure

PRECAUTION
1. all directories used by squid must be chown to 
   squid.squid or to the effective cache user/group defined 
   in squid.conf