summaryrefslogtreecommitdiffstats
path: root/network/squid/README
diff options
context:
space:
mode:
author David Somero <dsomero@hotmail.com>2010-05-11 20:01:44 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 20:01:44 +0200
commit2bc0efd73ea73d28b0c180711de99249c8609878 (patch)
treee5feff8d64bbfb52ffbcc5e7c861837b78419e3e /network/squid/README
parent592862627db3069274d6d2b9aed677b29f518fe4 (diff)
downloadslackbuilds-2bc0efd73ea73d28b0c180711de99249c8609878.tar.gz
slackbuilds-2bc0efd73ea73d28b0c180711de99249c8609878.tar.xz
network/squid: Added to 12.0 repository
Diffstat (limited to 'network/squid/README')
-rw-r--r--network/squid/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/network/squid/README b/network/squid/README
new file mode 100644
index 0000000000..7a1cbe1dc1
--- /dev/null
+++ b/network/squid/README
@@ -0,0 +1,20 @@
+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.