"Messner, Alexander" <ame@graffinity.com> writes:
> Hi all,
>
> ist there a possibility to deny PUT, POST and CONNECT - methods. We want to disable the possibility to upload a file with a webmailer.
>
acl upload method PUT POST CONNECT
http_access deny upload
You'll also kill a lot of forms and other stuff, so I don't think it's
a practical solution unless you do
acl webmailer dst www.example.com
http_access deny upload webmailer
-- There is only one war, and it's not the rich against the poor, the blacks against the whites, the Federation against the Borg, or the Democrats versus the Republicans. It's those of us who aren't complete idiots against those of us who are.Received on Wed Apr 23 2003 - 07:42:09 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:15:15 MST