blob: 513290afd1bd4d6c751128e83c565e6fbfb6859f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
======================================================================
- Copy file config.inc.php.defaults to config.inc.php, edit
config.inc.php to specify your squid proxy server IP and port.
- 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%%/"
======================================================================
|