On Fri, 14 Jul 2000, Li Ni wrote:
> RE: Multi-port questionThank you for you response.
> My English is not so good, you misunderstand me.
>
> I want to use the two port the same time.
> One port use authentication for accessing freely,
> and another port use non-authentication for accessing
> only restricted site.
For later versions of Squid you can use the local port in
access controls.
acl X myport 3128
acl Y myport 8000
acl Z proxy_auth REQUIRED
http_access allow X
http_access allow Y Z
http_access deny Y
Duane W.
Received on Thu Jul 13 2000 - 20:41:37 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:31 MST