Is it possible to use PHP to create a software to manage your apache server, mail server, username/password(/etc/passwd), killing/starting/restarting processes using php from the web?
I do udnerstand if I do all these I need to give the script admin previllages etc, but that part I can fix it by making sure my script is secure enough ( tho not 100%, but prevent most intruders).
I understand that programs like ensim etc are one way or the other written using php as well, or there r other softwares that does all these... Does anyone know how? Or where can I retrieve a tutorial on this, for I need to write a web interface for my users to be able to Start/Restart/kill process by pids, change config files etc, all frm the web.
ANd yes, I wish to write myself if possible.