Advertisement
Piokaz

Apache DoS Fix

Aug 26th, 2011
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. RewriteCond %{REQUEST_METHOD} ^(HEAD|GET) [NC]
  2. RewriteCond %{HTTP:Range} ([0-9]*-[0-9]*)(\s*,\s*[0-9]*-[0-9]*)+
  3. RewriteRule .* - [F]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement