[squid-users] Setup Cache Manager??

From: Nugroho <ahnugroho@dont-contact.us>
Date: Wed, 4 Oct 2006 13:06:34 +0700

Hi,
I was trying to setup cachemgr.cgi for the last 3 days..
but still didn't work....
I have follow the instruction on SQUId FAQ...search on mailing list..etc
My squid is configure with Ubuntu 6.06 + Squid 2.6STABLE3 + NTLM +
WINBIND and working normally, and I can see all my user access from
domain Win2k3.

Squid was configure with ./configure --enable-cachemgr-hostname=`hostname`.
Apache2 was installed and I use Webmin 1.3 for adminstration.

When I open cachemgr from Webmin it always error:

"target 10.89.8.40:8080 not allowed in cachemgr.conf"

I just put localhost in cachemgr.conf.
Do I miss something on my config.
below is part of my squid.conf:

acl LAN src 10.89.8.0/255.255.254.0
acl all src 0.0.0.0/0.0.0.0
acl manager 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 INTERNAL dst 10.89.8.0/255.255.254.0
acl auth proxy_auth REQUIRED

http_access allow manager localhost
http_access allow manager LAN
http_access deny manager
http_access deny !Safe_ports

http_access allow CONNECT !SSL_ports
http_access allow LAN auth
http_access allow all
http_reply_access allow all
icp_access allow all
miss_access allow manager
miss_access allow all
cachemgr_passwd none all

Please Help me..I also new in Linux!

Rgds

ahnug
Received on Wed Oct 04 2006 - 00:06:40 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Nov 01 2006 - 12:00:04 MST