[TYPO3-dev] AJAX response size limit?

Steffen Müller typo3 at t3node.com
Fri Dec 3 12:27:34 CET 2010


Hi.

On 30.11.2010 12:01 François Suter wrote:
> I've found some information hinting at a size limit, but I couldn't find
> any hard figures.

Recently I was hit by a breaking change which was introduced by a
security fix [1] of Apaches mod_fcgid module.

The patch reduced the default value of FcgidMaxRequestLen from 1GB (!)
to 128KB. The result was that any HTTP request bigger than 128KB was
rejected by Apache.

Solution was to add the following lines to the Apache vhost configuration:

<IfModule mod_fcgid.c>
  FcgidMaxRequestLen
</IfModule>

[1]
http://lists.fedoraproject.org/pipermail/package-announce/2010-November/050932.html

-- 
cheers,
Steffen

TYPO3 Blog: http://www.t3node.com/
Microblog:  http://twitter.com/t3node





More information about the TYPO3-dev mailing list