This script is for Slackware 12.0 only and may be outdated.

SlackBuilds Repository

12.0 > Network > squid (3.0.STABLE2)

Squid is a high-performance proxy caching server for web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional caching
software, squid handles all requests in a single, non-blocking, I/O-driven
process.

Squid supports SSL, extensive access controls, and full request logging.
By using the lightweight Internet Cache Protocol, squid caches can be
arranged in a hierarchy or mesh for additional bandwidth savings.

*** NOTE: default paths have changed from prior version ***
If you need the old paths, edit /etc/squid/squid.conf, /etc/rc.d/rc.squid,
and /etc/logrotate.d/squid as needed.

If you need to start squid at boot, make sure /etc/rc.d/rc.squid is
executable and add the following to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.squid ]; then
/etc/rc.d/rc.squid start
fi

See /usr/doc/squid-3.0.STABLE2/README.SBo for configuration help.

Maintained by: David Somero
Keywords: proxy,server,cache,http
ChangeLog: squid

Homepage:
http://www.squid-cache.org/

Source Downloads:
squid-3.0.STABLE2.tar.bz2 (21b0413c95b5b9b48e816a5f33f86312)

Download SlackBuild:
squid.tar.gz
squid.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 12.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds