Re: [PHP] Re: PHP + Cron jobs

2008-10-01 Thread Per Jessen
Waynn Lue wrote: > Oh, I thought having one for cgi and one for cli was common. Do people > generally run only one, regardless of whether they're hitting it from > a webserver or running it from the commandline? I think the general setup is a php cli executable in /usr/bin/php and the php apache

[PHP] Re: PHP + Cron jobs

2008-10-01 Thread Waynn Lue
Oh, I thought having one for cgi and one for cli was common. Do people generally run only one, regardless of whether they're hitting it from a webserver or running it from the commandline? Thanks, Waynn On 10/1/08, Per Jessen <[EMAIL PROTECTED]> wrote: > Waynn Lue wrote: > >> Right, and I am, so

RE: [PHP] Cron Jobs and php as apache module

2004-03-17 Thread Thijs Lensselink
Thijs Lensselink wrote on woensdag 17 maart 2004 12:17: > Daryl Meese wrote on woensdag 17 maart 2004 12:04: > >> Hello all, >> >> Ok, I run php as an apache module but need to have some php scripts >> called from a cron. Since you can't have php installed as a cgi & >> apache module I don't k

Re: [PHP] Cron Jobs and php as apache module

2004-03-17 Thread Robert Cummings
On Wed, 2004-03-17 at 06:03, Daryl Meese wrote: > Hello all, > > Ok, I run php as an apache module but need to have some php scripts called > from a cron. Since you can't have php installed as a cgi & apache module I > don't know how to do this. Possibly you can't have PHP configured in Apache

RE: [PHP] Cron Jobs and php as apache module

2004-03-17 Thread Thijs Lensselink
Daryl Meese wrote on woensdag 17 maart 2004 12:04: > Hello all, > > Ok, I run php as an apache module but need to have some php scripts > called from a cron. Since you can't have php installed as a cgi & > apache module I don't know how to do this. > > Any help would be appreciated. > > TIA >

Re: [PHP] Cron Jobs and php as apache module

2004-03-17 Thread Duncan Hill
On Wednesday 17 March 2004 11:03, Daryl Meese wrote: > Hello all, > > Ok, I run php as an apache module but need to have some php scripts called > from a cron. Since you can't have php installed as a cgi & apache module I > don't know how to do this. > > Any help would be appreciated. > > TIA > >

Re: [PHP] cron jobs

2001-05-21 Thread Henrik Hansen
"Matt Costello" <[EMAIL PROTECTED]> wrote: > Hi > > Am running php4 on Red Hat 7(ish) and i need to setup cron job to run php > script. the script works fine if i load in browser, but creates an error > under cron. The script doesn;t try and echo anything to screen, just does > some DB stu