|
|
Choosing A Webhost: |
Re: Disable http TRACE method: msg#00041apache.mod-security.user
TRACE is handled by Apache at an earlier request phase - before Mod_Security has a hook. Mod_Rewrite has a hook that will allow it to identify/block TRACE requests. Implement mod_rewrite and then add these entries - RewriteEngine On RewriteCond %{REQUEST_METHOD} ^TRACE$ RewriteRule .* - [F] -- Ryan C. Barnett Web Application Security Consortium (WASC) Member CIS Apache Benchmark Project Lead SANS Instructor: Securing Apache GCIA, GCFA, GCIH, GSNA, GCUX, GSEC On 8/18/05, David ROBERT <castlebbs@xxxxxxxxx> wrote: > Hello, > > I try to disable http TRACE methode using : > > SecFilterSelective REQUEST_METHOD "^TRACE$" > > It don't work, do you know why ? > > David. > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > mod-security-users mailing list > mod-security-users@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/mod-security-users > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Disable http TRACE method, David ROBERT |
|---|---|
| Next by Date: | [ANNOUNCE] ModSecurity 1.9dev3 has been released, Ivan Ristic |
| Previous by Thread: | Disable http TRACE method, David ROBERT |
| Next by Thread: | [ANNOUNCE] ModSecurity 1.9dev3 has been released, Ivan Ristic |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |