Category: General Linux

While uploading files/images bigger than 128K and the site is running under fastcgi, the following error is received:
__mod_fcgid: HTTP request length 131813 (so far) exceeds MaxRequestLen (131072)

This can be fixed by editing the file ‘/etc/httpd/conf.d/fcgid.conf’:

Add the following in the file:

FcgidMaxRequestLen 1073741824

Restart Apache.

Tags:

Linux

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.