mod_fcgid: HTTP request length exceeds MaxRequestLen

mod_fcgid: HTTP request length exceeds MaxRequestLen

If you see an error akin to the following:

[warn] [client 70.90.10.54] mod_fcgid: HTTP request length 139264 (so far) exceeds MaxRequestLen (131072), referer: http://tavolas.com/wp-admin/post.php?post=1478&action=edit

Add the following to the vhost config for the site:

<IfModule fcgid_module>
FcgidMaxRequestLen 200000
</IfModule>

If you still get the error, progressively increase the value (200KB in the example) by values of 100KB. Don't go over 2MB though. If they need more, get confirmation from L3 before proceeding.

vhost configs are kept in the following directory:

/hsphere/local/config/httpd/sites/

And vhost ID's can be found by going to the web options for the domain and looking at the server alias:

d6516566.u1466.servicedomain.com

6516566.conf is the name of the site's vhost file.

/hsphere/local/config/httpd/sites/6516566.conf
    • Related Articles

    • [Wordpress] Size of a request header field exceeds server limit.

      This error is browser specific "Size of a request header field exceeds server limit." please check by clearing the cache and cookies of your browser or check via Incognito / Private mode this error has been reported on the WP forums too and thats the ...
    • Instant domain access mod_userdir

      Instant domain access in cpanel allows users to access the Website when they don't have a real domain name or when real domain name is temporarily unavailable (no DNS Zone created and registered). Apache’s mod_userdir allows users to view their sites ...
    • Client would like to utilize mod_rewrite

      users would like to utilize mod_rewrite. definition: "This module uses a rule-based rewriting engine (based on a regular-expression parser) to rewrite requested URLs on the fly. It supports an unlimited number of rules and an unlimited number of ...
    • Enable mod_expires in your hosting account

      Because we do not enable mod_expires at the global level, you need to enable it in your .htaccess file. You can enable it on a per-directory basis and it applies recursively. This example enables mod_expires for a set of common image types and CSS ...
    • HSphere - How to generate a CSR (Certificate Signing Request)

      To generate a CSR (Certificate Signing Request), please do the following in the control panel: 1) Login to the control panel for the domain that you need the CSR for 2) Go to Domain Settings --> Web options (if you have multiple domains in this ...