All Questions
2 questions
0
votes
0
answers
26
views
How to repel an apache ddos attack [duplicate]
My nginx+apache+php server on ubuntu is under attack from a single IP address which causes apache to run as many processes as possible, which causes the server to crash. The ipi is single, and the ...
0
votes
2
answers
2k
views
prevent from ddos attacks with nginx and apache (and haproxy?) [duplicate]
Sometimes i have ddos attacks on my server. I'm trying to prevent from this. I'm using Nginx to serve static content and as a reverse proxy and Apache to serve php applications.
When the attack ...