Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: mod_fcgid: HTTP request length ... (so far) exceeds MaxRequestLen (131072)  (Read 2810 times)

0 Members and 1 Guest are viewing this topic.

Jithin

  • Guest
Hi Guys,

You may get the following error in Plesk VPS.

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

You are getting this error because the FcgidMaxRequestLen directive was changed from 1GB to 128KB in the mod_fcgid package.

Workaround
1. Change the value of MaxRequestLen in domainVirtualHost.php template.

Important: Do not change the default template. To introduce your changes to the configuration, copy the  /usr/local/psa/admin/conf/templates/default/domain/domainVirtualHost.php file to the /usr/local/psa/admin/conf/templates/custom/domain directory and then modify the copied file. See KB #115277 for more information.

2. Reconfigure domains:
/usr/local/psa/admin/bin/httpdmng --reconfigure-all

That will fix all issues!