Re: Squid access list problems

From: Sarah Rodriguez <list@dont-contact.us>
Date: Tue, 21 Sep 1999 23:12:39 +0800

Hello!

>The squid.conf lines follow:
>
>#Defaults:
>acl all src 0.0.0.0/0.0.0.0
>acl manager proto cache_object
>acl localhost src 127.0.0.1/255.255.255.255
>acl SSL_ports port 443 563
>acl Safe_ports port 80 21 443 563 70 210 1025-65535
>acl CONNECT method CONNECT
>
>#Default configuration:
>http_access allow manager localhost
>http_access deny manager
>http_access deny !Safe_ports
>http_access deny CONNECT !SSL_ports
>
># INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
>#
>http_access allow all
>

Hmm ... the last line http_access allow all should put you through .... and
allow access.
Maybe you have another problem somewhere.

Is the access denied message from squid (an html reply from squid) or a
pop-up item from the browser?

If its a pop-up item ... then you cant connect to your proxy_ip_address:port
... check your port tag

http_port 8080

the port may vary depending on your setting ... make sure that this is the
same port you place in your browser's proxy settings.

Sarah Rodriguez

"Its quicker to pass through OPEN Doors than CLOSED Windows"
Received on Tue Sep 21 1999 - 09:32:47 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:30 MST