Hi guys,
I have a script that I would like to be able to run remotely.
My phone will only allow me to use http so i cannot ssh into the box.
What i need to do is to be able to remotely run a sript using the http service presented by apache.
First of all how do i get apache to run a command on the box? What sort of http command would i use, i guess something along the lines of php etc..
Secondly i dont wish anyone else to be able to execute this so im thinking .htaccess is a good route, i was also considering restricting access to a range of IP address but my mobile phones IP always changes.
If you need to be able to securely execute a single script stored on the server using http how would you do it?
Cheers in advance