Apache is listening on port 7080. This usually means the server is running nginx on port 80 and forwarding script calls to apache. Restarting nginx and received the following error:

Starting nginx: nginx: [emerg] bind() to 68.xx.xx.xx:443 failed (99: Cannot assign requested address)

Run the following command to disable nginx and rebuild the apache configuration to use port 80:


# /usr/local/psa/admin/bin/nginxmng -d

You can enable nginx again if needed by running:


# /usr/local/psa/admin/bin/nginxmng -e

nginx: [emerg] bind() to 68.168.98.181:443 failed (99: Cannot assign requested address)
nginx: configuration file /etc/nginx/nginx.conf test failed

You can disable nginx which should force the configuration to rebuild:

/usr/local/psa/admin/bin/nginxmgr -d

You can also try the steps below:

http://kb.sp.parallels.com/en/114245

If you get the error:

Apache config (14180811290.93120100) generation failed: Template_Exception: nginx: [emerg] bind() to 68.168.98.181:80 failed (99: Cannot assign requested address)

Re-read the IP’s in plesk. Then try again.