Re: [squid-users] How to deny ftp

From: Jerry Murdock <jmurdock@dont-contact.us>
Date: Fri, 14 Dec 2001 10:25:12 -0500

But an awful lot of legitimate content is on ftp sites. If you just want to
disable ftp browsing try something like:

acl ftpproto proto ftp
acl ftpdirurl urlpath_regex /$
http_access deny ftpproto ftpdirurl

Sites with links to ftp-stored files would still work, but ftp browsing
through the squid would be difficult.

Just depends on what your real goal is.

Jerry

----- Original Message -----
From: <Torsten.Lange@GECITS-EU.COM>
To: <squid-users@squid-cache.org>
Sent: Friday, December 14, 2001 7:44 AM
Subject: [squid-users] How to deny ftp

perhaps you are looking for these settings

acl test proto ftp
http_access deny test

cheers
torsten

 --------------------------------------------------------------------------

Hi

I want to deny ftp sites.
How to configure squid for this...? squid working in proxy mode...

Advance thanks
Received on Fri Dec 14 2001 - 08:27:26 MST

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