File: INSTALL

package info (click to toggle)
squid 1.1.21-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,828 kB
  • ctags: 3,705
  • sloc: ansic: 34,400; sh: 1,975; perl: 899; makefile: 559
file content (17 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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. start the cache:
	      % /usr/local/squid/bin/squid

If you want to use the WWW interface to the Cache Manager, copy
the cachemgr.cgi program into your httpd server's cgi-bin
directory.