logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_fcgid: HTTP request length 135972 (so far) exceeds MaxRe
Author
elavarasan



Joined: 26 Sep 2011
Posts: 53

PostPosted: Mon 03 Oct '11 12:34    Post subject: mod_fcgid: HTTP request length 135972 (so far) exceeds MaxRe Reply with quote

I am getting this error so please help me urgently needed it.

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

Thanks
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3093
Location: Hilversum, NL, EU

PostPosted: Mon 03 Oct '11 12:58    Post subject: Reply with quote

See http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxrequestlen

I have it set to:

FcgidMaxRequestLen 8131072


Steffen
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Mon 03 Oct '11 14:09    Post subject: Reply with quote

Also, consider raising FcgidIOTimeout. The default is 40 seconds and if you have a large upload FastCGI will timeout regardless of the FcgidMaxRequestLen setting.

I have mine set to:

FcgidIOTimeout 600
Back to top
elavarasan



Joined: 26 Sep 2011
Posts: 53

PostPosted: Mon 03 Oct '11 15:25    Post subject: how to close automatically httpd.exe crash popup window Reply with quote

No crossposting See http://www.apachelounge.com/viewtopic.php?t=4287

Hi,
some times we are getting APPCRASH: httpd.exe and php5ts.dll. and our web application got stopped until we close it.

So please advise how to close or kill automatically whenever APPCRASH popup window appeared

Its very very urgent

ThanksNo crossposting See http://www.apachelounge.com/viewtopic.php?t=4287
Back to top


Reply to topic   Topic: mod_fcgid: HTTP request length 135972 (so far) exceeds MaxRe View previous topic :: View next topic
Post new topic   Forum Index -> Apache