Re: Disable HTTP TRACE and DELETE methods

2007-10-08 Thread Bj
if you use virtual hosts, you should add in each one : RewriteEngine on RewriteOptions inherit Because rewrite rules are not inherited by default. -- Bj On 10/5/07, David Delbecq <[EMAIL PROTECTED]> wrote: Hi, > > This is a mailing list about tomcat J2EE server, not about apache > webserver.

Re: Disable HTTP TRACE and DELETE methods

2007-10-05 Thread David Delbecq
Hi, This is a mailing list about tomcat J2EE server, not about apache webserver. You will likekly not get any answer to your question here mohamed rafi a écrit : Hi, I want to disable the HTTP TRACE and DELETE methods to be invoked on my webserver. I checked on the Net, and found that mod_re

Disable HTTP TRACE and DELETE methods

2007-10-04 Thread mohamed rafi
Hi, I want to disable the HTTP TRACE and DELETE methods to be invoked on my webserver. I checked on the Net, and found that mod_rewrite should be enabled for this. So, I did the following in httpd.conf, and recycled the Apache Server: LoadModule rewrite_module /usr/libexec/httpd/mod_rewr