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

Priority: CurrentState: AppliesTo: Component: WaitingFor:
Low New Extension ApacheConfigGenerator, Documentation, FastCGIEngineContrib  
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

 

ItemTemplate edit

Summary FCGI has de facto file upload limit - add note in documentation for fix
ReportedBy LynnwoodBrown
Codebase
SVN Range
AppliesTo Extension
Component ApacheConfigGenerator, Documentation, FastCGIEngineContrib
Priority Low
CurrentState New
WaitingFor
Checkins
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
Release01x01Checkins
Topic revision: r1 - 01 Feb 2012, LynnwoodBrown
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads