Re: disabling HTTP TRACE

Steve Luzzi <[email protected]> Wed, 16 Jul 03 11:46:55 -0500 (CDT)
Newsgroups gmane.linux.redhat.stronghold
Message-ID <[email protected]>
Here ya go:

RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]

Steve Luzzi
ERDC-CERL

> 
> On Tue, Jul 15, 2003 at 05:17:06PM -0700, Raynard A. Jong wrote:
> > I would like to disable HTTP TRACE on  one of my web servers.  I am 
> > told that this can be done using the mod_rewrite module.
> > 
> > Can anyone point me at directions for doing this?
> > 
> > 
> > -- 
> > 
> > 
> > ####################################################
> > 
> > Raynard A. Jong
> > 
> > University of California
> > Lawrence Livermore National Laboratory
> > P.O. Box 808  / L-637
> > Livermore, CA 94551-9900
> > 
> > Internet E-mail :		[email protected]
> > Telephone (with voice mail) :	(925) 423-0498
> > FAX :			(925) 424-6401
> > 
> > 
> > 
> > _______________________________________________
> > Stronghold-users mailing list
> > [email protected]
> > https://www.redhat.com/mailman/listinfo/stronghold-users
> 
> 
>       RewriteEngine on
>       RewriteCond %(REQUEST_METHOD) ^TRACE
>       RewriteRule .* - [F]
> 
> 
> http://httpd.apache.org/docs/mod/mod_rewrite.html
> -- 
> Carl Hansen
> Pictopia.com, Inc.
> [email protected]
> 510 658 6587 x 117
> 
> 
> _______________________________________________
> Stronghold-users mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/stronghold-users
>