Need to Run Jobqueue from PHP manually
Does anyone know how to run the Job Queue manualy through the ISPConfig 3 admin interface.
I created a link that runs the queue and linked it to a .php file.
But I can't get the .php file to run:
/usr/local/ispconfig/server/server.sh
I know that this script is run by a cron every minute, but I want to turn off that cron or change it to every day instead. Then all i need is a way for me to run it after I made changes to the ISPC admin interface. I do not have any clients or users logging into the ISPC admin interface so running the cron every minute is not needed.
It seems that only "root" can run this script.
/usr/local/ispconfig/server/server.sh
How can I make a PHP file run the script as root and not apache.
Thanks
|