• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

NGINX problem.

Centralweb

New Pleskian
Hi.
We installed Plesk 11.0.5 on a CentOS 6.4 X64, When we login to the admin area, this warning shown:

New files of configuration for Apache web server were not built due to errors in configuration templates: nginx: [emerg] bind() to [2a01:4f8:162:4242::2]:80 failed (99: Cannot assign requested address) nginx: configuration file /etc/nginx/nginx.conf test failed . The detailed error message was e-mailed to you, so please check the e-mail, fix the errors, and click here to retry generating broken configuration or click here to retry generating of all configurations.

We don't want to use nginx and we disable it also, but this issue did not solved yet. What we should do?


Best regards
 
Have you tried rebuilding all the vhosts with:

Code:
 /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
Fastest as you investigate is to edit /etc/nginx/nginx.conf and change the default listen port to something else other than default 80.
 
Back
Top