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 as a module and a CGI
but you can sure have the CGI binary on your server. And as others have
said you can also use the CLI version which is the CGI version
streamlined for shell purposes.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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

Reply via email to