Thread: ddos
View Single Post
  #2  
Old 09-10-2012, 05:34 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Quote:
Originally Posted by Naz View Post
hello i got my server getting flooded by hundreds of requests from different ips ,
i was reading in http://www.litespeedtech.com/how-tos.html#qa_dos , step 5 but can't seem to find how to do that
%
Context is available at Virtual Host level (i.e., for native LSWS vhost).
For Apache vhost, create a rewrite rule to block the URI such as
Quote:
RewriteCond %{REQUEST_URI} /url/pattern
RewriteRule .* - [F,L]
Reply With Quote