Y
Hacker News
new
|
ask
|
show
|
jobs
by
weird-eye-issue
1472 days ago
Is this true? So Apache basically launches a Slowloris attack on itself for every connection?
1 comments
dijonman2
1471 days ago
With prefork there is one process per connection. Look at server-status. There was a threaded version as of 2.4 but I don’t think it worked well.
link