]> git.ipfire.org Git - thirdparty/squid.git/blame - INSTALL
updating to squid-1.0.1
[thirdparty/squid.git] / INSTALL
CommitLineData
090089c4 1To build and install the Harvest Cache, type:
2
b8de7ebe 3 % ./configure --prefix=/usr/local/squid
090089c4 4 % make all
5 % make install
6
7To run a Cache, you will need to:
8
b8de7ebe 9 1. customize the squid.conf configuration file:
10 % vi /usr/local/squid/etc/squid.conf
090089c4 11
b8de7ebe 12 2. start the cache:
13 % /usr/local/squid/bin/squid
090089c4 14
15If you want to use the WWW interface to the Cache Manager, copy
16the cachemgr.cgi program into your httpd server's cgi-bin
17directory.