, 2007 1:30 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33
try this...
http://httpd.apache.org/docs/1.3/mod/core.html#limit
Deny from all
p
Yaniv Ofer wrote:
> Hello
>
> Our application is running over Apache 1.3.33.
>
&
all
p
Yaniv Ofer wrote:
> Hello
>
> Our application is running over Apache 1.3.33.
>
> As a result of a failed security test, we have been asked to disable
> the TRACE HTTP method on our Apache Server.
>
> Could you please refer me to a configuration/patch/fix t
Hello
Our application is running over Apache 1.3.33.
As a result of a failed security test, we have been asked to disable the
TRACE HTTP method on our Apache Server.
Could you please refer me to a configuration/patch/fix that would
disable the TRACE HTTP method for Apache 1.3.33 Server?
Our