]> git.ipfire.org Git - thirdparty/squid.git/blame - INSTALL
Bug 4485: off-by-one out-of-bounds Parser::Tokenizer::int64() read errors
[thirdparty/squid.git] / INSTALL
CommitLineData
302e5322 1/*
ef57eb7b 2 * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
302e5322
SM
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
30a4f2a8 9To build and install the Squid Cache, type:
090089c4 10
b8de7ebe 11 % ./configure --prefix=/usr/local/squid
090089c4 12 % make all
13 % make install
14
15To run a Cache, you will need to:
16
b8de7ebe 17 1. customize the squid.conf configuration file:
18 % vi /usr/local/squid/etc/squid.conf
090089c4 19
8f08b05d 20 2. Initalise the cache:
21 % /usr/local/squid/sbin/squid -z
22
23 3. start the cache:
69d8836c 24 % /usr/local/squid/sbin/squid
090089c4 25
26If you want to use the WWW interface to the Cache Manager, copy
302e5322 27the tools/cachemgr.cgi program into your httpd server's cgi-bin
090089c4 28directory.