[BlueOnyx:11125] Re: Unable to turn off trace or track

Ken - Precision Web Hosting, Inc kenlists at precisionweb.net
Wed Aug 8 13:10:03 -05 2012


----- Original Message ----- 
From: "Richard Barker" <rc at probass.com>
To: "BlueOnyx General Mailing List" <blueonyx at blueonyx.it>
Sent: Wednesday, August 08, 2012 10:29 AM
Subject: [BlueOnyx:11122] Unable to turn off trace or track


> 
> I have this in my sitexx.include file and does not work
> 
>  RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK) [NC,OR]
>  RewriteCond %{REQUEST_METHOD} ^TRACE [OR]
>  RewriteCond %{REQUEST_METHOD} ^TRACK [OR]
>  RewriteRule .* - [F]
> 
> 
> TCP     80     http
> Description: HTTP TRACE / TRACK Methods Allowed Synoposis: Debugging 
> functions are enabled on the remote web server. Impact: The remote 
> webserver supports the TRACE and/or TRACK methods. TRACE and TRACK are 
> HTTP methods that are used to debug web server connections.
> 
> TCP     443     https
> Description: HTTP TRACE / TRACK Methods Allowed Synoposis: Debugging 
> functions are enabled on the remote web server. Impact: The remote 
> webserver supports the TRACE and/or TRACK methods. TRACE and TRACK are 
> HTTP methods that are used to debug web server connections.
> 
> -- 
> +---------------------------------------------+
>  Richard C. Barker Sr.
> +---------------------------------------------+
> 


Richard

Try this

RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]


----
Ken Marcus
Precision Web Hosting, Inc.
http://www.precisionweb.net






More information about the Blueonyx mailing list