Skip to content

Instantly share code, notes, and snippets.

@smeghead
Created August 26, 2011 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smeghead/1172495 to your computer and use it in GitHub Desktop.
Save smeghead/1172495 to your computer and use it in GitHub Desktop.
apache killer killer
# for Apache Killer. ignore Range Header.
RewriteEngine on
RewriteCond %{HTTP:range} !(^bytes=[^,]+(,[^,]+){0,4}$|^$)
RewriteRule .* - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment