• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Problem with IPv6 binding in Nginx web server configuration templates

vin_12

New Pleskian
Server operating system version
CentOS 7.9.2009 x86_64
Plesk version and microupdate number
Product version: Plesk Obsidian 18.0.58.2
Template_Exception: nginx: [emerg] bind() to [XXXX:XXX:X:X::XXX:140]:443 failed (99: Cannot assign requested address)
nginx: configuration file /etc/nginx/nginx.conf test failed

file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0
 
It's more likely because you have a bad IP address that isn't valid any more or the IP address is incorrect. Go to Tools & Settings > IP Addresses and hit Reread IP to re-read the IP addresses, remove the ones that isn't needed, then try again.
 
In addition to @scsa20's answer, I've encountered this issue with some hosting providers due to their Cloud-init configuration.

If this happens after a server reboot, try disabling Cloud-init:

#touch /etc/cloud/cloud-init.disabled
 
It's more likely because you have a bad IP address that isn't valid any more or the IP address is incorrect. Go to Tools & Settings > IP Addresses and hit Reread IP to re-read the IP addresses, remove the ones that isn't needed, then try again.
I already tried this, but still did not work but cause a new problem the Update & Revert button of DNS settings in every domain is not showing.
 

Attachments

  • dns-warning.png
    dns-warning.png
    18 KB · Views: 5
In addition to @scsa20's answer, I've encountered this issue with some hosting providers due to their Cloud-init configuration.

If this happens after a server reboot, try disabling Cloud-init:

#touch /etc/cloud/cloud-init.disabled
There is no available file for that in my plesk
 
Back
Top