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 <[EMAIL PROTECTED]>
MARA Systems AB, Sweden

Reply via email to