You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache HTTPD has two options for reading timeouts.
First option is time for filling socket buffer from socket. Attacker can send half of header data and stop. This will make read wait forever - DDoS.
Second option is time for reading next request from pipelined messages (Connection: keep-alive). Attack is of same type. As far as I know, Apache HTTPD defaults to 5 sec.
I don't see how to specify how long server should wait to read the message from client's socket.
Not sure if this is possible.
The text was updated successfully, but these errors were encountered: