Hello When i try to empty a category on a forum with 30.000 topics inside i got internal server error Apache log: [Thu Dec 09 05:13:52 2010] [warn] [client 123.456.789.999] mod_fcgid: read data timeout in 40 seconds, referer: http://www.forum.com/admin/index.php?adsess=2230448c§ion=content&act=forum&code=empty&f=42 [Thu Dec 09 05:13:52 2010] [error] [client 123.456.789.999] Premature end of script headers: index.php, referer: http://www.forum.com/admin/index.php?adsess=2230448c§ion=content&act=forum&code=empty&f=42 [Thu Dec 09 05:13:52 2010] [error] [client 123.456.789.999] File does not exist: /home/user/public_html/500.shtml, referer: http://www.forum.com/admin/index.php?adsess=2230448c§ion=content&act=forum&code=empty&f=42 [Thu Dec 09 05:14:01 2010] [warn] mod_fcgid: process 24014 graceful kill fail, sending SIGKILL Any ideas how to fix this? Thank you
Change your vhost settings to this or make it globally, I prefer vhost level <IfModule mod_fcgid.c> ProcessLifeTime 8200 IPCCommTimeout 8200 IPCConnectTimeout 400 </IfModule> Code (markup):
Use your Includes editor in cPanel and add that in, though you may want to use the updated names for those: <IfModule mod_fcgid.c> FcgidProcessLifeTime 8200 FcgidIOTimeout 8200 FcgidConnectTimeout 400 </IfModule> Chris