This lab will cover:
Note that squid drops privileges to the nobody user after it is started.
Since this is true, 'nobody' needs writeable access to the var directory,
so make that change.
chown nobody /usr/local/squid/var
chown nobody /usr/local/squid/var/logs
------------------
Some ACL's
acl foo src 10.100.1.0/24
http_access allow foo
http_access deny all
acl block dstdomain .foo.com
http_access deny block
acl ads url_regex "/usr/local/squid/etc/ads.txt"
deny_info error_mesg.html ads
http_access deny ads
What is the command to make squid reload its configuration files?
What user does the squid proxy run as when it drops its privledges
Write out the line from newsyslog.conf for rotating the squid logs?
Why must CGI-BIN requests be proxies, instead of served directly by nginx?
Why can't you use a Transparent or Interception proxy for SSL?
Last updated: 2008-03-24
Updated by: Allan Jude
Written by: Allan Jude (2008)