summaryrefslogtreecommitdiff
path: root/squid/README
blob: fca116ea31b55bd82083b712a1d079e7e4ab655c (plain)
    1 README for squid 3.x
    2 
    3 REQUIREMENTS
    4 
    5 PRE-INSTALL
    6 1. Create user/group squid with a unused id < 99:
    7    'groupadd -g 40 squid'
    8    'useradd -g squid -u 40 -d /var/squid -s /bin/false squid'
    9    'passwd -l squid'
   10    
   11 POST-INSTALL
   12 1. run '/usr/sbin/squid -z' to build the cache structure
   13 
   14 PRECAUTION
   15 1. all directories used by squid must be chown to 
   16    squid.squid or to the effective cache user/group defined 
   17    in squid.conf

Generated by cgit