Hi,
I want a php-script to maintain (some of) "my" cron jobs.
Therefore it has to modify some crontab.txt (no problem)
and has to execute crontab.
But since php runs as the apache-user it cannot run "my" crontab.
In general: Can a php-script run an external program under a different
user?
Thanx for any advise!
Frank
I want a php-script to maintain (some of) "my" cron jobs.
Therefore it has to modify some crontab.txt (no problem)
and has to execute crontab.
But since php runs as the apache-user it cannot run "my" crontab.
In general: Can a php-script run an external program under a different
user?
Thanx for any advise!
Frank
Comment