Hello,
I'm wondering if there is a way to make cPanel run the following commands automatically every time account is created:
If that is not possible, can I set a cronjob for the above commands to run hourly under user root?
Thank you
I'm wondering if there is a way to make cPanel run the following commands automatically every time account is created:
Code:
/scripts/ensure_vhost_includes --all-users
/etc/init.d/httpd restart
If that is not possible, can I set a cronjob for the above commands to run hourly under user root?
Thank you