Getting err mod_fcgid: HTTP request length 15736214 (so far) exceeds MaxRequestLen

Discussion in 'ISPConfig 3 Priority Support' started by webguyz, May 25, 2022.

  1. webguyz

    webguyz Active Member HowtoForge Supporter

    This is on the Master server in a multiserver setup
    I updated FcgidMaxRequestLen 2000000000 in vhost.conf.master and rebooted but still get the same error.
    Where is the correct place to add this option for the Master server. I have a FTP server app in a folder https://cp.acme.com:8080:/msft that requires this change.
    Thanks!
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    The original *.master template files are used to generate config, so you also need to change the live config files (or regenerate the config):
    Code:
    # grep -R MaxRequestLen /etc/apache2/*enabled/
    /etc/apache2/mods-enabled/fcgid.conf:MaxRequestLen 15728640
    /etc/apache2/sites-enabled/000-ispconfig.vhost:    MaxRequestLen 15728640
    
     
  3. webguyz

    webguyz Active Member HowtoForge Supporter

    Excellent. Thanks for showing me a new trick to find things.
     

Share This Page