]> git.ipfire.org Git - thirdparty/squid.git/blame - INSTALL
Bug 3463: dnsserver fails to compile
[thirdparty/squid.git] / INSTALL
CommitLineData
30a4f2a8 1To build and install the Squid Cache, type:
090089c4 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
8f08b05d 12 2. Initalise the cache:
13 % /usr/local/squid/sbin/squid -z
14
15 3. start the cache:
69d8836c 16 % /usr/local/squid/sbin/squid
090089c4 17
18If you want to use the WWW interface to the Cache Manager, copy
19the cachemgr.cgi program into your httpd server's cgi-bin
20directory.