To mitigate against slow post attacks, I set the following in my apache.
RequestReadTimeout header=5-20,MinRate=500 body=10-60,MinRate=500
The problem with this is when users are uploading files on a slow connection, their connection gets dropped.
Is there a way to accommodate slow uploads while also protecting against slow post attacks?