Andrés Robinet wrote:

> 2 - Write or find a daemon capable of doing what you are trying to do
> (execute commands on demand) but using some authentication model, so
> that you can communicate with the daemon using a local socket (and
> don't open the backdoor through TCP/IP). I don't have any clues on
> this, but that's what I would look for. 

This is my favourite method.  It's safe and it's easy.  Authentication
could be just a shared password. 



/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to