Comment on Hacker News “Who is Hiring?” top-level comments over timeparentComments−weird-eye-issue4yIs this true? So Apache basically launches a Slowloris attack on itself for every connection?−dijonman24yWith 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.
Comments
Is this true? So Apache basically launches a Slowloris attack on itself for every connection?
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.