Re: [EMAIL PROTECTED] TRACE and Apache 2.x

2007-06-07 Thread Yvo van Doorn
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

Re: [EMAIL PROTECTED] TRACE and Apache 2.x

2007-05-30 Thread Bhagwati Gupta
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

Re: [EMAIL PROTECTED] TRACE and Apache 2.x

2007-05-29 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] TRACE and Apache 2.x

2007-05-29 Thread Foster, Stephen \(ASPIRE\)
: [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

Re: [EMAIL PROTECTED] TRACE and Apache 2.x

2007-05-29 Thread POLONKAI Gergely
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

[EMAIL PROTECTED] TRACE and Apache 2.x

2007-05-29 Thread Jeroen Vriezen
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