Apache tips-limit upload file size
admin on June 27th, 2008 | File Under Linux Server Tips, Linux Tips -
Apache has an option names LimitRequestBody,this option can limit user sending’s content of http request.Option LimiRequestBody can be used in .htaccess & httpd.conf.If you use it in http.conf, may use separately in virtualhost or the directory attribute setting. The LimitRequestBody setting value is lies between (unlimitedly) 0 to 2147483647 (2GB). Read More »