First page Back Continue Last page Summary Graphics
Squid Installation
- Installation- Squid can be installed two ways:
- As part of the FreeBSD ports collection
- Has the advantage of being well integrated with freebsd
 
- From the source distribution package
 
- To build from source:
- tar -zxvf squid-2.4.STABLE6-src.tar.gz
- cd squid-2.4.STABLE6/
- ./configure --prefix=/usr/local/squid
 
 
Notes: