Re: acl features

From: Duane Wessels <wessels>
Date: Mon, 24 Jun 96 11:15:59 -0700

pstrunk@mail.bicos.de writes:

>Hi there,
>
>a short question about the new acl feature: If we configure squid to
>work as a proxy-http-accelerator, what kind of acl is req'rd to
>disable external users from accessing the cache and proxy, but enable them
>for accessing my httpd working on the shifted port 8080 via port 80 ?
>(we don't want another bind address)

acl myclients src 10.0.0.1/24
acl myhttpddocs pattern ^/
acl all src 0.0.0.0/0.0.0.0

http_access allow myclients
http_access allow myhttpddocs
http_access deny all

Duane W.
Received on Mon Jun 24 1996 - 11:16:00 MDT

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