]> git.ipfire.org Git - thirdparty/squid.git/blob - INSTALL
Bug 3102: FTP directory listing drops fist character of file names
[thirdparty/squid.git] / INSTALL
1 /*
2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
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
9 To build and install the Squid Cache, type:
10
11 % ./configure --prefix=/usr/local/squid
12 % make all
13 % make install
14
15 To run a Cache, you will need to:
16
17 1. customize the squid.conf configuration file:
18 % vi /usr/local/squid/etc/squid.conf
19
20 2. Initalise the cache:
21 % /usr/local/squid/sbin/squid -z
22
23 3. start the cache:
24 % /usr/local/squid/sbin/squid
25
26 If you want to use the WWW interface to the Cache Manager, copy
27 the tools/cachemgr.cgi program into your httpd server's cgi-bin
28 directory.