Hi, Deny...
On Fri, Oct 17, 2003 at 07:41:11AM +0200, deny wrote:
> i list all my http_access in squid.conf
> here are they,it seems good
>
> http_access allow manager localhost
> http_access allow lan
> http_access deny manager !localhost !lan
Pretty useless. You don't allow any further "manager" accesses so you
don't need this.
> # Deny requests to unknown ports
> http_access deny !Safe_ports
> # Deny CONNECT to other than SSL ports
> http_access deny CONNECT !SSL_ports
> http_access deny all
> http_reply_access allow all
> icp_access allow all
>
> and the acl
> acl all src 0.0.0.0/0.0.0.0
> acl lan src 192.168.0.1/255.255.255.255
>
> why i always have "access denied "
> when i enter to mozilla with preferences proxy are
> http proxy 127.0.0.1 port 3128
Are you aware that you are using the proxy as "127.0.0.1" and only
allow access from the "lan" ACL which is 192.168.0.1. Smells like you
mixed up the IP addresses.
Christoph
-- ~ ~ ".signature" [Modified] 3 lines --100%-- 3,41 AllReceived on Sat Oct 18 2003 - 07:59:05 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:32 MST