Limiting Upload Size

I’d like to put limits on user file uploading size. How do I restricts the total size of the HTTP request body sent from the client under Apache 2 Web server?

{ 2 comments }