• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Can't access site after restart

Toxalot

Basic Pleskian
Currently running Plesk 12.0.18 on Centos 6.7

I restarted the server through the Plesk panel and now I can't access the websites on the server on port 80 (or 443).

I CAN access the sites on port 7080 (and 7081).

This Plesk page suggests checking if nginx is running and to start it if it's not.
Websites do not respond on 80 port but respond properly on 7080 port

I tried starting nginx and got the following message... "Not starting nginx as it is disabled in config"

I know that nginx is used for something, but not exclusively because I use .htaccess which doesn't work with nginx.

I'm sure I've restarted the server before without issue.

Suggestions?
 
What about

# /etc/init.d/nginx status
# /etc/init.d/nginx start
# lsof -i tcp:80

?
 
It says that nginx is stopped, but it won't start. As explained in first post, I get "Not starting nginx as it is disabled in config". The last command yields nothing. If I understand correctly, it's not listening on port 80. But what do I do about that?
 
Try to re-enable nginx with

# /usr/local/psa/admin/bin/nginxmng -d
# /usr/local/psa/admin/bin/nginxmng -e
# /usr/local/psa/admin/bin/httpdmng --reconfigure-all

after that try to start again:

# /etc/init.d/nginx start
 
Back
Top