Registering Cron using CronTab
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Fri Apr 17 20:21:16 EDT 2009
In message <mailman.4054.1239976986.11746.python-list at python.org>, Philip
Semanchuk wrote:
>
> On Apr 17, 2009, at 9:51 AM, gurcharan.saini at gmail.com wrote:
>
>> I'm stuck with the issue - if we execute the code from Apache the
>> crontab is not getting updated, while it get updated if we run it from
>> Django in-built webserver.
>
> Sure sounds like a permissions problem to me.
Same here. Note that you can run a CGI under its owning user in Apache with
the suexec feature. That might give you the permissions you need.
More information about the Python-list
mailing list