Re: [squid-users] access denied

From: deny <deny@dont-contact.us>
Date: Thu, 16 Oct 2003 20:35:42 +0200

>
>
>
>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
>
i have this too

# Only allow cachemgr access from localhost
http_access allow manager localhost linux-pour-lesnuls.com
http_access deny manager !localhost
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
# And finally deny all other access to this proxy
http_access deny all

i have a lan which adress are 192.168.0.1 to 192.168.0.3
but i dont know how to configure to add this lan
so i ve configure with localhost

when i launched squid -D
i have

[root@mandrake sbin]# ./squid -D
2003/10/16 20:31:08| squid.conf line 1769: http_access allow manager
localhost linux-pour-lesnuls.com
2003/10/16 20:31:08| aclParseAccessLine: ACL name
'linux-pour-lesnuls.com' not found.

thanks

>
>
>
Received on Thu Oct 16 2003 - 12:35:34 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:31 MST