]> git.ipfire.org Git - thirdparty/squid.git/blob - INSTALL
Fix memory error with Kerberos authentication
[thirdparty/squid.git] / INSTALL
1 To build and install the Squid Cache, type:
2
3 % ./configure --prefix=/usr/local/squid
4 % make all
5 % make install
6
7 To run a Cache, you will need to:
8
9 1. customize the squid.conf configuration file:
10 % vi /usr/local/squid/etc/squid.conf
11
12 2. Initalise the cache:
13 % /usr/local/squid/sbin/squid -z
14
15 3. start the cache:
16 % /usr/local/squid/sbin/squid
17
18 If you want to use the WWW interface to the Cache Manager, copy
19 the cachemgr.cgi program into your httpd server's cgi-bin
20 directory.