While uploading files/images bigger than 128K and the site is running under fastcgi, the following error is received:
__mod_fcgid: HTTP request length 131813 (so far) exceeds MaxRequestLen (131072)
This can be fixed by editing the file ‘/etc/httpd/conf.d/fcgid.conf’:
Add the following in the file:
FcgidMaxRequestLen 1073741824
Restart Apache.
Tags:
Linux