On 5/29/07, Jeroen Vriezen <[EMAIL PROTECTED]> wrote:
Hello,
Currently we are using Apache 2.0.46. On the 1.3.x version we always used
the following mod_rewrite rule to disable the TRACE option:
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
When using these rule
to 2.0.55 and using the
traceenable feature:
http://httpd.apache.org/docs/2.0/mod/core.html#traceenable
-Original Message-
From: Jeroen Vriezen [mailto:[EMAIL PROTECTED]
Sent: 29 May 2007 09:57
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] TRACE and Apache 2.x
Hello
On 5/29/07, POLONKAI Gergely <[EMAIL PROTECTED]> wrote:
Hi,
If I recall well, yuo can use the option:
Deny all
No. Check the docs on . It can't be applied to TRACE.
> Currently we are using Apache 2.0.46. On the 1.3.x version we always
> used the following mod_rewrite rule to disable
: [EMAIL PROTECTED] TRACE and Apache 2.x
Hello,
Currently we are using Apache 2.0.46. On the 1.3.x version we always used the
following mod_rewrite rule to disable the TRACE option:
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
When using these rules on Apache 2.0.46
Hi,
If I recall well, yuo can use the option:
Deny all
Rgds,
Gergely POLONKAI
Jeroen Vriezen írta:
> Hello,
>
> Currently we are using Apache 2.0.46. On the 1.3.x version we always
> used the following mod_rewrite rule to disable the TRACE option:
>
> RewriteEngine on
> RewriteCond %{REQ
Hello,
Currently we are using Apache 2.0.46. On the 1.3.x version we always used
the following mod_rewrite rule to disable the TRACE option:
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
When using these rules on Apache 2.0.46, TRACE is still possible. Beside the
fa