Re: [Rabbit-proxy-users] 407 Proxy Authentication Required
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2004-11-25 20:57:43
|
Samuel Hill wrote: >Why would I get the following when trying to log into the web interface? > >407 Proxy Authentication Required >access to: http://192.168.0.22:500/Status >requires some authentication > >I basically just want to check cache status, etc, but forget how to >access that. > Most probably rabbit thinks it has another name, rabbit takes one of the names of the machines, it does not use all. Try a few of the names, like for me: http://ghoul:9666/ => does not work http://ghoul.khelekore.org:9666/ => works... http://192.168.0.43:9666/ => does not work http://localhost:9666/ => does not work... Also check that you have rabbit as the proxy _even_ for the host running rabbit since rabbit is better on handling proxy requests than web site requests... /robo |