i have this too
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
# 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
[EMAIL PROTECTED] 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
