Y
Hacker News
new
|
ask
|
show
|
jobs
by
zzzcpan
3357 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.