I notice that in my webserver’s httpd.conf file, Timeout is set to 300 (seconds). Now I cannot edit httpd.conf since I’m on a shared server, so what directive can I add to .htaccess that changes the default 300 seconds to something like 60 seconds?
Also what about the directive LimitRequestBody? Can I similarly add it to .htaccess? If so how?