On Wed, Oct 15, 2003 at 09:19:35PM +0200, deny wrote: > when i configure my proxy with the server squid (127.0.0.1 port 3128 ) > i have in my navigator > > While trying to retrieve the URL: http://www.google.fr/ > > The following error was encountered: > > * * Access Denied.* > > in my squid.conf i ve added > > http_access allow manager localhost linux-pour-lesnuls.com > http_access deny manager !localhost > > > but i ve always access denied
I bet you also have some other "http_access" lines there. And those are causing that error message. Look through them. You probably need something like "acl lan src 10.0.0.0/8" and "http_access allow lan". Christoph -- ~ ~ ".signature" [Modified] 3 lines --100%-- 3,41 All
