fk77388

Registered
Aug 22, 2013
3
1
3
cPanel Access Level
Website Owner
Greetings,

There is a section in WHM under plugins titled "Configure cPanel Cron."

I need to add user-agent to the string that runs curl because modsec is not allowing this cron job to run. Where is it configured?

Or should I disable them in this section and add them manually?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Is this a "root" cron job? If so, you will need to manually add or modify the cron job via SSH as "root" with a command such as:

Code:
crontab -e
Or, modify the user's cron job directly in the /var/spool/cron/$user file.

Thank you.