mirror of
https://github.com/squid-cache/squid.git
synced 2025-04-18 22:04:07 +03:00
25 lines
666 B
Plaintext
25 lines
666 B
Plaintext
/*
|
|
* Copyright (C) 1996-2023 The Squid Software Foundation and contributors
|
|
*
|
|
* Squid software is distributed under GPLv2+ license and includes
|
|
* contributions from numerous individuals and organizations.
|
|
* Please see the COPYING and CONTRIBUTORS files for details.
|
|
*/
|
|
|
|
To build and install the Squid Cache, type:
|
|
|
|
% ./configure --prefix=/usr/local/squid
|
|
% make all
|
|
% make install
|
|
|
|
To run a Cache, you will need to:
|
|
|
|
1. customize the squid.conf configuration file:
|
|
% vi /usr/local/squid/etc/squid.conf
|
|
|
|
2. Initialise the cache:
|
|
% /usr/local/squid/sbin/squid -z
|
|
|
|
3. start the cache:
|
|
% /usr/local/squid/sbin/squid
|