On 1/10/06, Emmanuel E <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there any way to disable PUT DELETE and TRACE methods on Apache? User
> authentication is one way but then it still allows authenticated users to
> use those methods.

For DELETE, see the <Limit> and <LimitExcept> sections.  But note that
DELETE is not enabled in apache unless you use mod_dav, so there is
probably no need to disable it.

For TRACE, there is no good reason to disable it, but you can do so
with the TraceEnable directive if you want.

Joshua.

Reply via email to