Current time: 11-24-2024, 07:32 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mod_fcgid: read data timeout in 40 seconds
Author Message
Minganus Offline
Banned

Posts: 38
Joined: Feb 2011
Post: #18
RE: mod_fcgid: read data timeout in 40 seconds
Имхо, по этой же теме:

http://www.adploits.com/2011/06/13/vbull...error-fix/

PHP Fastcgi – Large Attachment Upload – 500 Server Error

After switing back to mod_fcgid, you need to log in the terminal as root and open the php.conf file.

/usr/local/apache/conf/php5.conf

After researching, it looked like all I needed to add was the following:

MaxRequestLen 15728640

However, even with that change, it was still throwing 500 errors. So a little more investigation led to:

PHP_Fix_Pathinfo_Enable 1

That was the missing link. After adding the above, it would work fine, yay!

These are the final additions I made to the php.conf file

MaxProcessCount 1000
DefaultMaxClassProcessCount 100
IPCConnectTimeout 60
IPCCommTimeout 60
PHP_Fix_Pathinfo_Enable 1
IdleTimeout 900
IdleScanInterval 120
BusyTimeout 300
BusyScanInterval 120
ErrorScanInterval 9
ZombieScanInterval 9
ProcessLifeTime 3600
MaxRequestLen 15728640
07-26-2011 09:17 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: mod_fcgid: read data timeout in 40 seconds - Minganus - 07-26-2011 09:17 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)