ramil

Active Member
Dec 28, 2003
38
0
156
Hello,

How can I determine my own commands/scripts right after the processing of web log files by cPanel?
 

cPanelMichael

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

As I understand, you are looking for a script hook to use after statistics processing. There are no script hooks available for this due to the nature of how statistics are processed. You can find a full list of available script hooks at:

Script Hooks

May I ask what specific commands you want to run, and is there a specific reason it has to occur after statistics are processed?

Thank you.
 

ramil

Active Member
Dec 28, 2003
38
0
156
I'm using a Nginx web server as a front-end to Apache, and every time, after web logs are processing, nginx is unable to write logs to files, and I must send a special signal to nginx worker process to reopen all log files...
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
You could configure specific times for statistics to process via:

"WHM >> Server Configuration >> Statistics Software Configuration >> Configure Statistics Process Time Schedule"

Then, you could add a cron job to run at specific times to execute the required commands. The use of Nginx is not supported by cPanel, thus there are no native tools available with cPanel to resolve this type of issue.

Thank you.