You are here: Foswiki>Tasks Web>Item13052 (05 Jul 2015, GeorgeClark)Edit Attach

Item13052: ModPerlEngineContrib: APREQ2_ReadLimit directive (needed for Downloads >64M) missing in documentation.

pencil
Priority: Enhancement
Current State: Closed
Released In: 2.0.0
Target Release: major
Applies To: Engine
Component: ModPerlEngineContrib
Branches: master
Reported By: ChristianLudwig
Waiting For:
Last Change By: GeorgeClark

Description of the problem

In the documentation of ModPerlEngineContrib a hint to the libapreq directive APREQ2_ReadLimit is missing. In my case I had to increase this value because I want to upload attachments bigger than 64M (the default value).

Here is an config example (of course you have to adjust ATTACHFILESIZELIMIT as well)
<IfModule mod_perl.c>
PerlSwitches -wT
# mod_perl_startup.pl must exist, otherwise Apache will not start.
PerlRequire "/var/www/foswiki/tools/mod_perl_startup.pl"
APREQ2_ReadLimit  104857600
</IfModule>

-- ChristianLudwig - 15 Oct 2014

 

ItemTemplate edit

Summary ModPerlEngineContrib: APREQ2_ReadLimit directive (needed for Downloads >64M) missing in documentation.
ReportedBy ChristianLudwig
Codebase 1.1.9
SVN Range
AppliesTo Engine
Component ModPerlEngineContrib
Priority Enhancement
CurrentState Closed
WaitingFor
Checkins ModPerlEngineContrib:ddbd3366a51d distro:091d5b89fd19
TargetRelease major
ReleasedIn 2.0.0
CheckinsOnBranches master
trunkCheckins
masterCheckins ModPerlEngineContrib:ddbd3366a51d distro:091d5b89fd19
ItemBranchCheckins
Release01x01Checkins
Topic revision: r6 - 05 Jul 2015, 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