jerryqiu Posted April 30, 2020 Posted April 30, 2020 Hi Admin, can you pls help to terminate all running scripts in my cgi-bin? this is for domain: sgdn.heliohost.org Thanks!
Luigi123 Posted April 30, 2020 Posted April 30, 2020 Yup, I think one of our root admins will able to do that for you. Escalating
jerryqiu Posted May 1, 2020 Author Posted May 1, 2020 Thanks guys! Appreciate all the help. Do I always have to post in forum to stop the processes or there's a way I can do on my own?
wolstech Posted May 1, 2020 Posted May 1, 2020 We have to kill them if they're stuck running. I'm assuming these run in an infinite loop? If so, I'd suggest is adding logic to them that looks for a file existing and have it quit when it exists. That way you can stop them by creating the file and waiting.
Krydos Posted May 1, 2020 Posted May 1, 2020 You can use python cgi to kill your own processes. Just use the same method as the stop script in https://wiki.helionet.org/Discord_Bot
Recommended Posts