I have just recompiled Apache on my VPS with SuPHP. Now everything else is working fine, except Cron Jobs have stopped working. Is there anything needs to be changed for Cron Jobs?
I have just recompiled Apache on my VPS with SuPHP. Now everything else is working fine, except Cron Jobs have stopped working. Is there anything needs to be changed for Cron Jobs?
Most often the issue with SuPHP derives from permission/ownership issues.
If the page is publicly accessible (such as Drupal's cron script), you can just request the page over HTTP using your preferred method (some use wget, others use lynx or curl, it's up to you).