Unix is very simple, but it takes a genius to understand the simplicity (Dennis Ritchie)

Home

Linux

Iptables

Squid Proxy


Other Links

Fedora

Slackware

Debian

Slashdot

Contact Us

 

Squid configurations examples

This is a collection of example Squid Configurations contributed by me to wiki.squid-cache.org intended to demonstrate the flexibility of Squid.

SquidAndOpenLDAP
In this example a squid installation will use LDAP to authenticate users before allowing them to surf the web. For security reasons users need to enter their username and password before they are allowed to surf the internet.

SquidAndMysql
In this example a squid installation will use Mysql to authenticate users before allowing them to surf the web. For security reasons users need to enter their username and password before they are allowed to surf the internet.

SquidAndRADIUS
In this example a squid installation will use RADIUS "squid_radius_auth" Squid RADIUS authentication helper to authenticate users before allowing them to surf the web. For security reasons users need to enter their username and password before they are allowed to surf the internet.