aboutsummaryrefslogtreecommitdiffstats
path: root/www/sqstat/files/pkg-message.in
blob: 00c1f3db3e901426a63b5734f85f5baca874e538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
======================================================================
- Edit %%PREFIX%%/%%SQSTATDIR%%/sqstat.php file:

set $squidhost, $squidport, $cachemgr_passwd, $resolveip as you like.

- Set up squid:

acl manager proto cache_object
# replace 10.0.0.1 with your webserver IP
acl webserver src 10.0.0.1/255.255.255.255
http_access allow manager webserver
http_access deny manager

- Set up apache web server:

Alias /sqstat "%%PREFIX%%/%%SQSTATDIR%%/"
======================================================================