Forum Moderators: bakedjake
My idea is to have an html page with links. Each link will cause a shell script to execute on the server.
My thinking tells me to use a scripting language, then have the scripts invoke a shell script to activate the actual command.
Can someone give me a few pointers.
Thanks.
Mack.
[webmin.com...]
in php you could use <?exec("./something -stop");?> and if would execute it
if you want to interface with some running application then the it would get much more complicated