Re: [squid-users] Blocking FTP through squid

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 17 Nov 2003 21:59:08 +0100 (CET)

On Mon, 17 Nov 2003, Mr. Singh wrote:

> I want to block clients uploading files through squid. How can it be
> implemented?

Assuming the clients use Squid for FTP access (please remember that Squid
is a HTTP proxy) the following will block FTP PUT requests via Squid

acl FTP protocol FTP
acl PUT method PUT
http_access deny FTP PUT

Regards
Henrik
Received on Mon Nov 17 2003 - 13:59:47 MST

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