Ubuntu file size ERROR 500 bug (FcgidMaxRequestLen)
FcgidMaxRequestLen -->This is causing the problem. Before updating to the newest version, it was default set to 1gb. Now it is 128kb. Add the following to the file /etc/apache2/conf.d/fcgid.conf (or /etc/apache2/mods-available/fcgid.conf, see below) :
FcgidMaxRequestLen 1073741824
This wil give you a limit of 1gb. Next, restart your apache.
http://serverfault.com/questions/314833/unable-to-upload-files-larger-than-128kb-error-because-of-maxrequestlen-update
Also :
How to Fix “mod_fcgid: HTTP request length 131619 (so far) exceeds MaxRequestLen (131072)” error on Ubuntu 12.04 LTS (Precise Pangolin) Linux.
Add : FcgidMaxRequestLen 2097152 in :
/etc/apache2/mods-available/fcgid.conf,
- <IfModule mod_fcgid.c>
- AddHandler fcgid-script .fcgi
- FcgidConnectTimeout 20
- FcgidMaxRequestLen 2097152
- </IfModule>
done for : mut3, mut7,mut8, mut11, face.clight.fr(new)