TAG NAME http_reply_access

Description This is complementary to http_access which allows or denies clients replies
Build Option
Default
Usage
http_reply_access allow|deny [!] aclname …
Default
http_reply_access allow all
Synopsis

This is used for filtering based on the acl matchings but on the client requests reply. If none of the access lines cause a match, then the opposite of the last line will apply. Thus it is good practice to end the rules with an “allow all” or “deny all” entry.


Arguments

allow/deny
Allow or deny on matching the acl
aclname
Access list to be allowed/denied on match

Example(s)
acl reject urlpath_regex i home
http_reply_access deny reject