Re: [squid-users] Access restrictions for accelerator mode / hosts line?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: 11 Feb 2003 13:57:01 +0100

tis 2003-02-11 klockan 11.10 skrev Robert Collins:

> ...
> default rules here
> ...
>
> acl mybackend dst 192.168.50.50
> http_access allow mybackend
> http_access deny all

I would even restrict this further to only match the exact protocols
which should be forwarded

acl port80 port 80
acl http protocol http

http_access allow mybackend http port80
http_access deny all

Regards
Henrik

-- 
Henrik Nordstrom <hno@squid-cache.org>
MARA Systems AB, Sweden
Received on Tue Feb 11 2003 - 05:57:06 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:18 MST