Hi all, I'm on 1.77.3. I have setup web2py with apache2 using Massimo's recipe. I have a background process defined in my app/cron/crontab like this:
*/2 * * * * root *applications/init/modules/myprocess.py Now this runs fine on my local machine, but on the hosted server cron is not running. How do I debug this?

