Accessing cachemgr.cgi over https???
-
Per another user
Mar 1, 2009 at 1:55 AM
I found out how I can use the cachemgr.cgi with squid:
In the following howto the hostname of my pfsense is 'pfsense' and the IP is 10.0.0.1 (use your settings here):
- set the following link under '/usr/local/www':
cd /usr/local/www
ln -s /usr/local/libexec/squid/cachemgr.cgi cachemgr.cgi- change '/usr/local/etc/squid/cachemgr.conf'
This file controls which servers may be managed by
the cachemgr.cgi script
The file consists of one server per line on the format
hostname:port description
Specifying :port is optional. If not specified then
the default proxy port is assumed. :* or :any matches
any port on the target server.
hostname is matched using shell filename matching, allowing
* and other shell wildcards.
pfsense
3. change /usr/local/pkg/squid.incSetup some default acls
acl localhost src 127.0.0.1/255.255.255.255 to acl localhost src 10.0.0.1/255.255.255.255
cachemgr_passwd disable offline_toggle reconfigure shutdown
cachemgr_passwd none allIs it possible to get the the cache manger over https? I keep getting an error http requested per https