File: INSTALL

package info (click to toggle)
squid 2.7.STABLE3-4.1lenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,980 kB
  • ctags: 13,964
  • sloc: ansic: 114,065; sh: 5,772; makefile: 1,391; perl: 1,357; awk: 40; sql: 8
file content (17 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (7)
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/sbin/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.