Is it possible to run an already established crontab job via a PHP script? Basically, I want the job to be run as called without need for logging into Webmin.
Currently, I'm running into issues with the script needing to run as root (which is how it is setup in the crontab), but my needing to run the script from the browser (apache). I thought of calling it in the script directly, but I didn't think I could chown from apache to root in the apache-run PHP script.
Is this possible? If so, what would that look like?
Thanks!