• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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