Submitted by jfquestiaux on Tue, 05/03/2011 - 11:39
Hi,
I have a client who encountered a 500 Internal error while uploading a file on the server, through a Joomla! extension managing repositories.
The Apache error log reported this : mod_fcgid: HTTP request length 132332 (so far) exceeds MaxRequestLen (131072), referer: http://www.euf.eu.com/administrator/index.php?option=com_phocadownload&v...
Is there a special setting I should change somewhere ?
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Tue, 05/03/2011 - 11:48 Comment #1
Apparently version of mod_fcgid in Debian 6 lowers the default limit on upload size from 1 GB to 128k :-(
Virtualmin 3.85 will fix this, but until then you can go to Services -> Configure Website -> Edit Directives , and add a line like :
FcgidMaxRequestLen 1000000000
then click Save, and Apply Changes.
Submitted by jfquestiaux on Tue, 05/03/2011 - 11:58 Comment #2
Thank you for the super fast report.
I added the directive and now the upload works.
Regarding Virtualmin 3.85, will the upgrade be performed through the usual interface (in System information - Package updates) or otherwise ?
Submitted by JamieCameron on Tue, 05/03/2011 - 12:27 Comment #3
Yes, when 3.85 comes out in a day or two it will be available via the regular upgrade process.
Submitted by Issues on Tue, 05/17/2011 - 14:20 Comment #4
Automatically closed -- issue fixed for 2 weeks with no activity.