OK - I used this command to spider:
PHP Code:
exec("/usr/bin/php -f /path/to/spider.php $site >> /dev/null &");
where $site =
http://www.mysite.com/
This worked great until I recently upgraded to a newer version of PHP, and now the command doesn't produce any results. I know there's a way to turn on/off PHP as an executable, but I can't find it in PHP.INI and I'm not sure where to look. Thanks for helping out.