Re: [PHP] cron with php as apache module

2002-03-22 Thread Paul Roberts
> the server is a cobalt raq 3 and i have a virtual host account so i can't >recompile php. > > > > maybe I'll rewrite it in Perl. > > > > Paul Roberts > > [EMAIL PROTECTED] > > ++++++++++++++++ > > - Original Message - > &

Re: [PHP] cron with php as apache module

2002-03-22 Thread Bruce S. Garlock
s > [EMAIL PROTECTED] > > - Original Message - > From: "Analysis & Solutions" <[EMAIL PROTECTED]> > To: "PHP List" <[EMAIL PROTECTED]> > Sent: Friday, March 22, 2002 7:26 PM > Subject: Re: [PHP] cron with php as

Re: [PHP] cron with php as apache module

2002-03-22 Thread Erik Price
On Friday, March 22, 2002, at 03:16 PM, Paul Roberts wrote: > for lynx, at the command prompt i get > bash: lynx: command not found > > I've also looked in all the obvious places for php but can't find it. > > the server is a cobalt raq 3 and i have a virtual host account so i > can't recompil

Re: [PHP] cron with php as apache module

2002-03-22 Thread Paul Roberts
rts [EMAIL PROTECTED] - Original Message - From: "Analysis & Solutions" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 7:26 PM Subject: Re: [PHP] cron with php as apache module > Even

Re: [PHP] cron with php as apache module

2002-03-22 Thread Analysis & Solutions
Even if you can't get, or don't want to bother getting, PHP as a standalone CGI type program, you can still execute via crontab. Make a web page that you want to have run, then put something along the lines of: lynx http://localhost/scriptname.php as the command in the crontab file. Do note

RE: [PHP] cron with php as apache module

2002-03-22 Thread Hunter, Ray
add this before the /* EOF */ Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS > -Original Message- > From: Paul Roberts [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 12:00 PM > To: [EMAIL PROTECTED] > Subject: [PHP] cron with php as apache module

RE: [PHP] cron with php as apache module

2002-03-22 Thread Darren Gamble
- From: Paul Roberts [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 12:00 PM To: [EMAIL PROTECTED] Subject: [PHP] cron with php as apache module I want to run a php script via a crontab, (i can set up the crontab etc). this is a Linux server and php is installed as an apache module, is

RE: [PHP] cron with php as apache module

2002-03-22 Thread Rick Emery
yes, you can run PHP as a stand-alone interpreter -Original Message- From: Paul Roberts [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 1:00 PM To: [EMAIL PROTECTED] Subject: [PHP] cron with php as apache module I want to run a php script via a crontab, (i can set up the

[PHP] cron with php as apache module

2002-03-22 Thread Paul Roberts
I want to run a php script via a crontab, (i can set up the crontab etc). this is a Linux server and php is installed as an apache module, is there any way to run the php script via cron. the build details are Configure Command './configure' '--with-apxs=/usr/sbin/apxs' '--with-mysql'