On Mon, Dec 16, 2013 at 2:51 PM, David Skinner <[email protected]>wrote:
> tl;dr > I have some shell scripts that I'd like to have executed based on certain > API calls processed by PHP. How do I get PHP to execute these scripts while > keeping the apache user secure? Any third party solutions? > > Why not try a queuing solution? Requests come in from the API and go into a queue (db perhaps). Then an daemon script can check the queue and process requests as needed. _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
