![]() |
FastCGI: incomplete headers (0 bytes) - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: FastCGI: incomplete headers (0 bytes) (/thread-713.html) Pages: 1 2 |
RE: FastCGI: incomplete headers (0 bytes) - BeNe - 06-01-2007 10:32 PM This could be the problem. Did you test this? --> http://www.isp-control.net/forum/running-ispcp-on-a-low-resources-system-t-683.html#pid5394 RE: FastCGI: incomplete headers (0 bytes) - grungy - 06-01-2007 10:37 PM I can test that, no problem... But when i send following commands: Code: # killall php5-cgi The load after I kill all php-cgi is: Code: Cpu(s): 2.7% us, 0.5% sy, 0.0% ni, 96.7% id, 0.0% wa, 0.0% hi, 0.0% si and the websites open instantly.....should I put a cron job to killall php-cgi processes every 5 minutes ![]() RE: FastCGI: incomplete headers (0 bytes) - grungy - 06-01-2007 10:40 PM Quote:FastCGI - Many web site administrators and programmers are finding that the separation of web applications from the web server in FastCGI (and the simpler SCGI) has many desirable advantages over embedded interpreters (mod_perl, mod_php, etc.). This separation allows server and application processes to be restarted independently — an important consideration for busy web sites. Yes this is cool you can killall php-cgi running processes while apache keeps on running. How can I make a website not to run on php-cgi under ispCP? RE: FastCGI: incomplete headers (0 bytes) - grungy - 06-01-2007 11:09 PM Read this: Code: There is a leak in FastCGI version of PHP, it does not clean up properly after http://www.fastcgi.com/archives/fastcgi-developers/2004-April/003382.html RE: FastCGI: incomplete headers (0 bytes) - Daff - 06-10-2007 08:43 AM BeNe Wrote:This could be the problem. Did you test this? --> http://www.isp-control.net/forum/running-ispcp-on-a-low-resources-system-t-683.html#pid5394 Damn it I got a similar problem, so I don't think its the low memory stuff I posted. My problem is described in http://www.isp-control.net/forum/php4-problem-t-396.html but in this case even a killall doesn't fix it. Seems as if nobody is really able to help so I think I'll switch back to the PHP5 only Apache module. I'm beginning to doubt that fastcgi offers an improved security if it doesn't really run (producing meaningless logfiles) and is so difficult to handle. RE: FastCGI: incomplete headers (0 bytes) - raphael - 06-10-2007 09:07 AM If using Debian's PHP packages submit a bug report to http://bugs.debian.org/ (see info there) RE: FastCGI: incomplete headers (0 bytes) - grungy - 06-10-2007 08:15 PM are you running php-cgi with apache-prefork or apache-worker? |