ispCP - Board - Support
FastCGI && Account status - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: FastCGI && Account status (/thread-6998.html)



FastCGI && Account status - visjusz - 06-18-2009 09:24 AM

Hello,
i have a problem with some accounts:
Error log:
[quota]FastCGI: comm with (dynamic) server "" aborted: (first read) idle timeout (30 sec) FastCGI: incomplete headers (0 bytes) received from server ""[/quota]

Second problem is that, when i want to activate an account, i can't do that. Everytime in ispcp database, domain_status = toadd.

Can anybody help me with this, please?


RE: FastCGI && Account status - jetvster - 06-18-2009 11:16 AM

(06-18-2009 09:24 AM)visjusz Wrote:  FastCGI: comm with (dynamic) server "" aborted: (first read) idle timeout (30 sec) FastCGI: incomplete headers (0 bytes) received from server ""
it's seem that the php script run times longer than 30s
so FastCgi process manager kill the process
may be you can set a longer iden time?
(06-18-2009 09:24 AM)visjusz Wrote:  Second problem is that, when i want to activate an account, i can't do that. Everytime in ispcp database, domain_status = toadd.
Can anybody help me with this, please?
regenerate config files?
i'm not sureRolleyes


RE: FastCGI && Account status - kilburn - 06-18-2009 03:24 PM

Quote:Second problem is that, when i want to activate an account, i can't do that. Everytime in ispcp database, domain_status = toadd

This seems to be a typical "daemon not running" error. Try to start it (/etc/init.d/ispcp_daemon start) and connect to it through telnet (telnet localhost 9876). Result?