Donny Christiaan wrote:
> acl ftp_block url_regex "/usr/local/squid2.1/etc/ftp"
>
> "deny_info ERR_FTP_DISABLED ftp_block" in the deny_info TAG
Note that deny_info maches the very last ACL name touched during ACL
processing.
http_access deny ftp_block
should work
but the following does NOT work
http_access deny ftp_block daytime
(here deny_info matches daytime)
Also there is a bug making deny_info useless in some versions if you use
delay pools. (delay pools also uses ACL processing and thereby changes
the ACL name deny_info matches)
-- Henrik Nordstrom Spare time Squid hackerReceived on Thu Jun 10 1999 - 15:28:51 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:50 MST