aaPanel_Kern Hello, please check this command and change 111 to your project name pkill -9 $(cat /www/server/nodejs/vhost/pids/111.pid) pid=`ps aux|grep $(cat /www/server/nodejs/vhost/pids/111.pid)|grep -v grep|wc -l` echo ${pid} if [ "${pid}" == "0" ];then bash /www/server/nodejs/vhost/scripts/111.sh fi vishu22007
aaP_novalbayu28 Hello, I just found the best solution from this aaPanel_Kern Hello, please check this command and change 111 to your project name pkill -9 $(cat /www/server/nodejs/vhost/pids/111.pid) pid=ps aux|grep $(cat /www/server/nodejs/vhost/pids/111.pid)|grep -v grep|wc -l echo ${pid} if [ "${pid}" == "0" ];then bash /www/server/nodejs/vhost/scripts/111.sh fi
Brain i have a problem with node project in version 7.0.7 I have 4 webs and 4 apis in the node project, why does the 4th web status always stop, even though I have pressed start help please
aaPanel_Kern Hello, there is no limit. It is recommended that you check the log of the project. Brain
Brain The 4th website is always in stop status, but if the website is accessed via a browser, the website can be accessed normally... So, the website is running but the status on the project node is Stopped
aaPanel_Kern It may be that aapanel cannot recognize this project. It is recommended that you use command line management first.
Brain Not so, of the 4 websites that I have, whichever is started last, that's the one that has a problem with the stop status The 4 websites I have are the same, the files are the same, just different subdomains aaPanel_Kern