![]() |
issue with RC5 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: issue with RC5 (/thread-3913.html) |
issue with RC5 - brianhenson - 08-02-2008 01:17 PM Hello all, When I upgraded from RC4 to RC5 i started to get strange problems with the fcgi scripts not wanting to work. The only thing that is the log is this: Code: [Fri Aug 01 19:16:19 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/brianhenson.net/php5-fcgi-starter" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds EDIT: I forgot to add this domain worked fine before the upgrade. And I removed and replaced it to see if it was the config. Having alot of issues since upgrade from almost perfect RC4 RE: issue with RC5 - lance - 08-07-2008 12:46 AM brianhenson Wrote:Hello all, When I upgraded from RC4 to RC5 i started to get strange problems with the fcgi scripts not wanting to work. The only thing that is the log is this: Hi brian, did you find any solution for the problem? Greetz lance RE: issue with RC5 - brianhenson - 08-07-2008 05:54 AM Lance, I ended up working with it for over an hour and eventually I went to the ispcp debug and working with it there. The debugger readded the user and I copied the fcgi script from another domain changed the settings and chown to the user and rebooted the system and I was able to get rid of the error. EDIT: Forgot to add I also regenerated the configs. RE: issue with RC5 - lance - 08-07-2008 05:51 PM brianhenson Wrote:Lance, Ok, i will try it again. Thanks a lot lance RE: issue with RC5 - bashar - 10-10-2008 05:17 AM I had the same error, after an update too, from RC5 to RC6. The problem in my case was a different ownership of /var/ww/fcgi/domain.com and /var/www/virtual/domain.com, and suexec was denying the exec of fcgi process. After I set the same owner on both directories, the problem was fixed. I hope this will help some poor souls out there ![]() |