I receive this error after logging into Squid's cachemgr.cgi site...
Any idea's how to resolve this? Thank you.
- Gabe
The following error was encountered:
* Cache Manager Access Denied.
Sorry, you are not currently allowed to request:
cache_object://srvsquid1.rrg.local/
from this cache manager until you have authenticated yourself.
===========
SQUID.CONF
===========
acl all src 0.0.0.0/0.0.0.0
acl cachemgr proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl server_vlan src 172.18.2.0/255.255.255.0
acl client_vlan src 172.18.5.0/255.255.255.0
#http_access allow cachemgr localhost
http_access allow cachemgr all
http_access deny cachemgr all
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
# We strongly recommend the following be uncommented to protect innocent
# web applications running on the proxy server who think the only
# one who can access services on "localhost" is a local user
#http_access deny to_localhost
http_access allow client_vlan
http_access deny all
Received on Thu Jun 15 2006 - 14:44:42 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Jul 01 2006 - 12:00:01 MDT