Re: [PHP] AT / php / apache question

2006-01-02 Thread Curt Zirzow
On Mon, Jan 02, 2006 at 11:19:45AM +, david blunkett wrote: > > Dear PHP users, > > I am trying to write a php script that allows me to schedule jobs using the > at deamon (unix) for execution > in the arbitrary future. I have everything working except that the default > login shell for apa

Re: [PHP] AT / php / apache question

2006-01-02 Thread Michael Gross
Hi You could call the script via the http-server with wget (or lynx). david blunkett wrote: Dear PHP users, I am trying to write a php script that allows me to schedule jobs using the at deamon (unix) for execution in the arbitrary future. I have everything working except that the default l

[PHP] AT / php / apache question

2006-01-02 Thread david blunkett
Dear PHP users, I am trying to write a php script that allows me to schedule jobs using the at deamon (unix) for execution in the arbitrary future. I have everything working except that the default login shell for apache (nologin) means that the at deamon fails to execute the command. If I r