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
Received on Thu Mar 17 2005 - 09:20:29 MST
This archive was generated by hypermail pre-2.1.9 : Fri Apr 01 2005 - 12:00:02 MST