Item11491: FCGI has de facto file upload limit - add note in documentation for fix.

pencil
Priority: Low
Current State: Closed
Released In: 2.1.5
Target Release: patch
Applies To: Extension
Component: ApacheConfigGenerator, Documentation, FastCGIEngineContrib
Branches: Release02x01 master Item14288 Item14454 Item14380
Reported By: LynnwoodBrown
Waiting For:
Last Change By: GeorgeClark
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

Updated ApacheConfigGenerator to document this parameter & relationship to file size. Also added a note to FastCGIEngineContrib documenting the requirement.

-- GeorgeClark - 03 Dec 2017
 

ItemTemplate edit

Summary FCGI has de facto file upload limit - add note in documentation for fix.
ReportedBy LynnwoodBrown
Codebase 2.1.4, trunk
SVN Range
AppliesTo Extension
Component ApacheConfigGenerator, Documentation, FastCGIEngineContrib
Priority Low
CurrentState Closed
WaitingFor
Checkins distro:41ee1b96150e
TargetRelease patch
ReleasedIn 2.1.5
CheckinsOnBranches Release02x01 master Item14288 Item14454 Item14380
trunkCheckins
masterCheckins distro:41ee1b96150e
ItemBranchCheckins distro:41ee1b96150e
Release02x01Checkins distro:41ee1b96150e
Release02x00Checkins
Release01x01Checkins
Topic revision: r8 - 26 Jan 2018, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy