mod_fcgid: HTTP request length 139264 (so far) exceeds MaxRequestLen (131072)

Increase the value of MaxRequestLen in /usr/local/apache/conf/includes/post_virtualhost_global.conf

MaxRequestLen XXXXX

XXXXX is the desired value

If the above doesn’t work in case of a particular domain, then add the above in the respective domain’s virtual host entry.

Leave a comment