Y
Hacker News
new
|
ask
|
show
|
jobs
by
aluminussoma
3350 days ago
Apache can mitigate slowloris attacks through mod_requesttimeout. I recommend using this.
1 comments
zzzcpan
3350 days ago
Both nginx and apache are vulnerable to slowloris. To mitigate an attack like that you need an architecture with a scheduler, that kills slow connections, not a naive event loop.
link