NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item11491: FCGI has de facto file upload limit - add note in documentation for fix
See
Support.Question1022 for details. I don't really understand the technical details or how it should be presented in the docs, however the fix is to add the follow to the apache config file:
<IfModule mod_fcgid.c>
# to get around upload errors when uploading images increase the MaxRequestLen size to 15MB
MaxRequestLen 15728640
</IfModule>
I suppose one should adjust the value to correspond roughly to
ATTACHFILESIZELIMIT preference setting. I don't know how it might affect performance making this value higher.
Perhaps this could also be incorporated into the
ApacheConfigGenerator options for fcgi.
Here's documentation of the fcgi
MaxRequestLen setting which mentions this issue:
--
LynnwoodBrown - 01 Feb 2012