> > Hello squid-users, > > My squid (2.5.STABLE9-20050324) is configured with > --enable-cachemgr-hostname=cache > > In squid.conf: > visible_hostname cache.univ-st-etienne.fr > > But when I look at cachemgr.cgi, I get: > Generated Mon, 04 Apr 2005 13:04:58 GMT, by > cachemgr.cgi/2.5.STABLE9-20050324@j > anon.univ-st-etienne.fr > > Why do I see the real name instead of "cache" ? > > visible_hostname is ok: a error gives > Generated Mon, 04 Apr 2005 13:15:10 GMT by cache.univ-st-etienne.fr > (squid/2.5.STABLE9-20050324) > > --enable-cachemgr-hostname Only makes cachmgr use that host as the default squid node to connect too. As it reports the hostname it runs on, it will not use this setting and just ask "hostname" (using the normal OS calls). M.