Steps to add, edit and delete cron jobs in CWP
Step 1: Login at http://<your_server_ip>:2082 or http://<domain_name>:2082
1. Go to CWP settings in left panel and click on crontab.
.png)
2. Now add cron jobs to run specific php files within a time interval.
A. Cron job for: /home/USER/public_html/cron_sample.php to run for 5 minutes of interval.
B. Command to run cron: /usr/local/bin/php /home/USER/public_html/cron_sample.php.
3. You can add cron jobs here in 3 ways:
A. First one to choose from a common settings
.png)
B. Second one for each fields individual settings
.png)
C. Third is for full customization settings.
.png)
Step 2: You can view your all cron jobs from below listings
.png)
1. To change or edit any value of any crons, click the edit button as below.
.png)
2. To delete a cron, click on the delete button for the respective cron from the listings.
.png)