ispCP - Board - Support
Bug - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Preinstallation Questions (/forum-31.html)
+--- Thread: Bug (/thread-4745.html)



Bug - vampire - 10-21-2008 09:30 AM

Hi,

where I can find the correction in new version? There is a demo for try it?
Is correct the Traffic Server and AW Stats and it is add this parametrer


#!/bin/sh

# Kill all old process
ps ax -F | awk '{ if ( $3 == "1" && $1 == "vu2001" && $12 == "/usr/bin/php5-cgi" ) { print "kill " $2 } }' | sh

PHPRC="/var/www/fcgi/DOMAIN/php4/"

export PHPRC
#PHP_FCGI_CHILDREN=10
#export PHP_FCGI_CHILDREN
#PHP_FCGI_MAX_REQUESTS=11000
#export PHP_FCGI_MAX_REQUEST

exec /usr/bin/php4-cgi

for add all in automatic mode?

Thanks for the answe


RE: Bug - BeNe - 10-22-2008 03:44 AM

Quote:There is a demo for try it?
-> demo.isp-control.net

Quote:where I can find the correction in new version?
In the SVN (http://www.isp-control.net/ispcp/browser) or here -> http://www.isp-control.net/download.html
Quote:Is correct the Traffic Server and AW Stats and it is add this parametrer
I don´t know what you really mean ?
This is a part of your cron and a php-starter file here !?

Greez BeNe


RE: Bug - vampire - 10-22-2008 06:33 PM

Ok for the my last question not is a problem but...what is the version that I must install?

Latest release candidate:
ispCP Omega 1.0.0 RC6 • 2008-08-05

This is ok?
Anyway this string

ps ax -F | awk '{ if ( $3 == "1" && $1 == "vu2001" && $12 == "/usr/bin/php5-cgi" ) { print "kill " $2 } }' | sh

I add into fcgi for each domain name otherwise my server cpu have high load


RE: Bug - BeNe - 10-22-2008 06:58 PM

Quote:Latest release candidate:
ispCP Omega 1.0.0 RC6 • 2008-08-05

This is ok?
Yes this is OK!

Quote:Anyway this string

ps ax -F | awk '{ if ( $3 == "1" && $1 == "vu2001" && $12 == "/usr/bin/php5-cgi" ) { print "kill " $2 } }' | sh

I add into fcgi for each domain name otherwise my server cpu have high load
But this is not normal. Are the Process still running ?
Did you also change the User (vu20XX) right in every file ?

Greez BeNe


RE: Bug - vampire - 10-22-2008 07:48 PM

Yes in each fcgi I change the user for kill the process not used
Other question, where I can download the same version of the demo?

ispCP 1.0.0 RC6 OMEGA
build: 20080806

?

i have tryed to install the version stable that you have in home but it not run.
THe istall work correctly but when I write the link it not view me the index.php but it make me a download of the index.php
for this problemm " have tryed to install the version stable that you have in home but it not run.
THe istall work correctly but when I write the link it not view me the index.php but it make me a download of the index.php " i have resolved it.

i have install this files libapache2-mod-php5 and libapache2-mod-php4


RE: Bug - vampire - 10-22-2008 08:57 PM

Anyway the string that kill the old process i have take into this ticket

http://www.isp-control.net/forum/high-load-on-ispcp-server-t-1103.html

In the new rc6 version, i must add always this string? Or it take less ram and cpu and reduce the load of the server?