Jump to content

Squid

From MattWiki

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]

Configuration Examples for Squid[edit | edit source]