Webserver services frequent restarts
Webserver services frequent restarts
Hello,
I have been facing server frequent server restarts from a month. No clue in Server's log and journals.
Took me some time, to realize that it's linked with the following cron job which keeps on running after 5 minutes interval.
I have already diagnosed other cron jobs and server stats. Everything works normally until we enable this one. Just wondering if anyone else faced the same issue.
I have been facing server frequent server restarts from a month. No clue in Server's log and journals.
Took me some time, to realize that it's linked with the following cron job which keeps on running after 5 minutes interval.
Code: Select all
$ sudo /usr/local/vesta/bin/v-update-sys-queue letsencrypt
Re: Webserver services frequent restarts
It's letsencrypt renewing attempt for all domains that needs to be renewed.
It can not be done without nginx reload.
It can be smarter to avoid renewing of domains that failed to be renewed too many times... but as far as I know, it's just implemented in my fork and ported to Hestia then.
It can not be done without nginx reload.
It can be smarter to avoid renewing of domains that failed to be renewed too many times... but as far as I know, it's just implemented in my fork and ported to Hestia then.