Plesk Onyx for Linux
kb: technical
ABT: Group B
Applicable to:
- Plesk Onyx for Linux
Symptoms
-
An SSL certificate newly assigned in Domains > example.com > Hosting settings is not used by the website.
-
An SSL certificate assigned in Domains > example.com > SSL/TLS Certificates > Secure Webmail is not used by the webmail.
- Going to Tools & Settings > Apache Web Server > Apache restart interval is enabled
Cause
Apache graceful restart is configured causing a delay in Apache and Nginx reconfiguration.
Resolution
Consider one of the following options:
Click on a section to expand
Restart manually web server services
-
Connect to the server via SSH
-
Regenerate website configuration:
# plesk sbin httpdmng --reconfigure-domain example.com
-
Restart related web server services:
-
Apache service:
# plesk sbin websrvmng --restart
-
NGINX service (If it is installed):
# plesk sbin nginx_control --restart
-
Reduce the Apache restart interval
-
Go to Tools & Settings > Apache web server > Set Apache restart interval to a lower value
Comments
1 comment
I have the symptoms described. The solution, however, does not work.
I don't think I have nginx running anyhow. The command gives:
Please sign in to leave a comment.