On Sun, 17 Oct 2004, Nilesh wrote:

Could you please tell me how to allow for some IP's
before denying others IP's

It depends a little on what your http_access ruleset looks like, but generally by inserting a matching http_acess allow rule to allow these access before the http_access deny rule you have today.



http_access allow special_ips yahoo http_access deny yahoo

You can also make the http_access deny rule not apply to these IP's if preferred.

http_access deny yahoo !special_ips


The rule is to remember how http_access works, a simple ordered list of rules where the first rule where all acl elements is true applies to the request.


Regards
Henrik

Reply via email to