Search squid archive

RE: [squid-users] Blocking FTP uploads

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 17 Mar 2005, Elsen Marc wrote:

 acl ftp_put method put
 http_access deny ftp_put

This also blocks HTTP uploads using PUT (used by WebDAV and a few other tools).


To only block FTP upload use

  acl FTP proto FTP
  acl PUT method PUT
  http_access deny FTP PUT

Regards
Henrik

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux