Thanks Igor,
I have submitted a request through CWP contact form for help on this. In the meantime, i have done some research and have some questions for the forum that i hope may allow me to resolve the error myself...thus helping others on the forum who may encounter this in the future.
I found CPULimit...it is a third party software written in 2006 by Angelo Marletta and is available on sourceforge (although it doesnt appear to have been updated since it was put on github back in 2012 (and quite possibly not since 2008?).
1. CPULimitCan i just manually install CPULimit via following instructions?
svn checkout https://cpulimit.svn.sourceforge.net/svnroot/cpulimit/trunk cpulimit
Then extract the source and compile with make:
tar zxf cpulimit-xxx.tar.gz
cd cpulimit-xxx
make
Executable file name is cpulimit. You may want to copy it in /usr/bin.2. Ioncube loaderIn terms of the ioncube loader error, is there a way of adding something to the update script that also restarts ioncube loader...I am wondering if the current script has an error in it, or the wrong command for restarting ioncube loader?
3. SSL Certs ErrorFinally, the acme SSL certs error...
grep: /root/.acme.sh/cwp_certs/*/*.conf: No such file or directoryI have not yet properly setup websites with SSL yet...so i am assuming that CWP is using self signed ones for the few test domains i have on the server. if i were to configure websites on it with SSL, my assumption is that this directory would then be created automatically by cwp and therefore would go away?
Thoughts?