avantec

Registered
Dec 16, 2013
1
0
1
cPanel Access Level
Root Administrator
hi pls i need your help i'm two days with this problem and i can't fix this, i have a Ddos attack but my dtacenter say that no is an attack, i have 200 Reading Request and 2b ram, my vps is down, my MaxClients / ServerLimit are 256 but the server is to limit, pls very thanks for your help
 

quizknows

Well-Known Member
Oct 20, 2009
1,008
87
78
cPanel Access Level
DataCenter Provider
Have you figured out what domain is being targeted? (That is, if you host multiple domains).

Try using a httpd fullstatus to see what domain is being targeted. Then, tail -f the domains access log, i.e.

Code:
tail -f /home/$USERNAME/access-logs/$DOMAIN.COM
Try to get as much information on the requests as possible, and paste part of the log here if you see the repeated requests. You can remove your domain name from the logs.
 

24x7server

Well-Known Member
Apr 17, 2013
1,912
99
78
India
cPanel Access Level
Root Administrator
Twitter
Hello,


I will suggest you monitor all connection on your through netstat command. You can use following command to check your ESTABLISHED connection on port 80 t

Code:
netstat -anp | grep :80 | grep ESTABLISHED | wc -l