slackbuilds_ponce/network/squid
2010-05-11 22:25:45 +02:00
..
doinst.sh network/squid: Updated for version 3.0.STABLE10 2010-05-11 22:25:45 +02:00
rc.squid network/squid: Updated for version 3.0.STABLE10 2010-05-11 22:25:45 +02:00
rc.squid.new network/squid: Added to 12.0 repository 2010-05-11 20:01:44 +02:00
README network/squid: Updated for version 3.0.STABLE10 2010-05-11 22:25:45 +02:00
README.SBo network/squid: Added to 12.0 repository 2010-05-11 20:01:44 +02:00
slack-desc network/squid: Added to 12.0 repository 2010-05-11 20:01:44 +02:00
squid.conf network/squid: Added to 12.0 repository 2010-05-11 20:01:44 +02:00
squid.info network/squid: Updated for version 3.0.STABLE10 2010-05-11 22:25:45 +02:00
squid.logrotate network/squid: Updated for version 3.0.STABLE10 2010-05-11 22:25:45 +02:00
squid.SlackBuild network/squid: Updated for version 3.0.STABLE10 2010-05-11 22:25:45 +02:00

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.STABLE10/README.SBo for configuration help.