• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Restart Apache after reboot?

yabado

Regular Pleskian
I am having to restart https after a reboot in order to get the virtual hosts working.
If I DON'T restart https, all I get is the system default page and NOT the individual vhost index pages.

Any idea what the problem may be?
 
Yes, I am using the AWS Marketplace instance offered by Cloudlinux.

nginx is there and needs to sometime be manually kicked as well.

Only after a reboot though, so something is not occurring correctly at init,
 
You could check the nginx - status with the command

/usr/local/psa/admin/sbin/nginxmng -s​
... and if it doesn't show "Enabled", you might want to change that with the command

/usr/local/psa/admin/sbin/nginxmng -e​
If you still experience non-starting issues after a reboot, you could investigate your nginx and apache2 logs, located at "/var/log/nginx/" and "/var/log/apache2/", to search for the reason for these issues.
 
No, nginx is enabled and not the problem.

It appears that https starts too, but needs to be restarted to pick up the virtual host settings.

After the server reboots , and I run 'apachectl restart', then everything is fine ... until the next reboot.

I don't plan on rebooting at all, but when I have to, I would like to know the init process(es) is reliable.
 
Back
Top