• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

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