Squid
Appearance
Installing Squid[edit | edit source]
yum -y install squid
Configuring Squid[edit | edit source]
Running Squid[edit | edit source]
To update a running demon with the current config file.
squid -k reconfigure
To shutdown a running demon.
squid -k check && squid -k shutdown
Using Yum with squid[edit | edit source]
http_proxy=192.168.1.1:3128 && export http_proxy && yum update && http_proxy= && export http_proxy
Or...
export http_proxy=192.168.1.1:3128 yum update
Resources for Squid[edit | edit source]
- Squid Access Report
- Squid Graph
- Read/Delete the cache
- Squid Wiki
- Configuration Guide
- User Guide
- Squid Version Guide
- Squid+ClamAV