• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

MaxRequestLen Issue

Plesk 11.09 problem not fixed

I still have the same problem as joomlabuilder, i only have one "fcgid.conf" in /etc/apache2/mods-enabled

but there is no line "FcgidMaxRequestLen" inside, so i added this line at the end: "FcgidMaxRequestLen 1073741824"

but it seems to be ignored ... in still get the error "mod_fcgid: HTTP request length 16779212 (so far) exceeds MaxRequestLen (16777216)"

i already edited the psa domain config template file, but i want to fix this error on an existing domain, dont want to create a new domain.


Plesk 11.09 on Ubuntu 10.04 ...


HELP !!!
 
Im guessing theses files are the merged configs when you use the httpdmgr --reconfigure-all command. But still, where is the config which initially has the MaxRequestLen, or is it just passed down on every httpdmgr but reset during a plesk update?
 
confirm error and fix

Hi,
Just to help.
I confirm the error in plesk 10.4.4 when upgarded fromo 10.2 and I confirm te fix.
Thank you all for the help.
 
What was the final solution?

Hi all,

I read through this thread and we're having the same issues with a newly updated 10.4.4 from 9.5.4. I added it to the file /etc/httpd/conf.d/fcgid.conf in our server but was there a permanent fix so this doesn't get overwritten? This is for CentOS 5.x.

Thanks,
Rob
 
Hello, Igor!



Are there plans to totally fix this problem? This workaround is working fine, but only until next update, any reconfiguration made after dropping FcgidMaxRequestLen to its old value of 15Mb. I've encountered it twice in last two weeks on one host.

What do you mean "only until next update"? The issue has been fixed since version 10.4.4 MU#43.
 
I have an Ubuntu 8.04 server which was upgraded from Plesk 9.5.4 to 10.4.4. I have two fcgid.conf files. One is in mods_available (with a simlink in mods_enabled) and the other in /etc/apache2/conf.d.

The one in conf.d says "# added by psa-mod-fcgid-configurator" Is there any reason why I should not edit this file directly? Also, how did we get two? Which one should be removed, if any?
 
I spent 4 hours trying to find why a 20MB file failed to upload !
I set max upload limits, post size, memory, all kind of PHP settings until I found about the fcgid limit

Mine too was fixed by adding this in /etc/httpd/conf.d/fcgid.conf
MaxRequestLen 300000000
Meaning 300MB
 
Last edited:
Back
Top