Hello, I have a problem with my Apache webserver, I've made some configuration to block DoS requests, but someone has found how to panic my Apache, when I run [cmd=]netstat -nb | grep SYN[/cmd]
I find 1-2 IPs every minute who send little requests
The Apache server crashes and:
I need to block the IP and restart Apache, but they come back every time with another IP.
Does someone know how to make stable Apache or have another idea?
Thanks in advance
I find 1-2 IPs every minute who send little requests
Code:
web# netstat -nb | grep SYN
tcp4 0 0 *.*.*.*.443 82.227.190.9.49809 SYN_RCVD
tcp4 0 0 *.*.*.*.80 83.195.93.238.63327 SYN_RCVD
The Apache server crashes and:
Code:
Erreur 103 (net::ERR_CONNECTION_ABORTED) : Erreur inconnue
Does someone know how to make stable Apache or have another idea?
Thanks in advance