• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

port 443 not responding / nginx failed on startup

Emanuel Ulses

New Pleskian
hi,

I have made a fresh plesk 12 install on a cent os 7. all is working fine except the SSL 443 port. on startup the following error message is thrown:

Code:
nginx.service - Startup script for nginx service
   Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled)
   Active: failed (Result: exit-code) since Tue 2015-06-30 17:55:37 CEST; 6min ago
  Process: 800 ExecStartPre=/usr/sbin/nginx -q -t (code=exited, status=1/FAILURE)
  Process: 797 ExecStartPre=/usr/bin/test $NGINX_ENABLED = yes (code=exited, status=0/SUCCESS)
  Process: 788 ExecStartPre=/bin/echo Starting nginx service (code=exited, status=0/SUCCESS)

systemd[1]: Starting Startup script for nginx service...
echo[788]: Starting nginx service
nginx[800]: nginx: [emerg] bind() to 111.11.11.11:443 failed (99: Cannot assign requested address)
nginx[800]: nginx: configuration file /etc/nginx/nginx.conf test failed
systemd[1]: nginx.service: control process exited, code=exited status=1
systemd[1]: Failed to start Startup script for nginx service.
systemd[1]: Unit nginx.service entered failed state.
systemd[1]: Stopped Startup script for nginx service.

could anyone help? port 443 is not responding ...
 
hi,

I checked your article and run the commands - anyway on startup the nginx fails - if I login into the server and run systemctl status nginx the error in my post is shown - if I restart nginx by hand all is fine? but after reboot the nginx fails and the whole apache is not responding on 80 an 443? how could this be solved?
 
Back
Top