Forum Discussion

madi_56757's avatar
madi_56757
Icon for Nimbostratus rankNimbostratus
Aug 25, 2011

Apache Killer

hello all,

 

 

I need help for following rule

 

We need an irule to avoid an exploit on Apache

 

 

 

Apache syntax

 

 

 

RewriteEngine On

 

RewriteCond %{REQUEST_METHOD} ^(HEAD|GET) [NC]

 

RewriteCond %{HTTP:Range} ([0-9]*-[0-9]*)(\s*,\s*[0-9]*-[0-9]*)+

 

RewriteRule .* - [F]

 

 

 

14 Replies