On Thu, Apr 11, 2013 at 2:28 AM, brendan kearney <bpk678@xxxxxxxxx> wrote: > resending because i got a mailer-daemon failure for HTML formatting... > > all, > > i am running squid 3.2.5 on fedora 16 64 bit on two separate boxes, > load balanced with HA Proxy. i am trying to access cachemgr on either > one of the squid instances, and both exhibit the behaviour where the > squid-internal-mgr URI is not found. attempts to login via the HA > Proxy VIP as well as with no proxy configured (direct access) have > been tried. both ways produce the same error. below is some header > info: > > http://192.168.25.1/squid-internal-mgr/ [...] > # ----------------------------------------------------------------------------- > # TAG: http_port > http_port 192.168.25.1:3128 [...] > can anyone tell my why i am not able to get logged into the cachemgr? > the page presents, but the login fails. cachemgr.conf has the IP of > both proxies listed, and /etc/httpd/conf.d/squid.conf has the right > access allowed by network. /usr/lib64/squid/cachemgr.cgi is chmod'd > 755 (rwxr-xr-x) and is chown'd root:root. Hi Brendan, the reason is that Squid is listening on port 3128, you're connecting to the Apache server listening on port 80. -- /kinkie