]> git.ipfire.org Git - thirdparty/squid.git/blame - INSTALL
Summary: Final MSVC fixups.
[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
b8de7ebe 12 2. start the cache:
69d8836c 13 % /usr/local/squid/sbin/squid
090089c4 14
15If you want to use the WWW interface to the Cache Manager, copy
16the cachemgr.cgi program into your httpd server's cgi-bin
17directory.