All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Help with Plesk / Problems after disabling ipv6
Hi,
I have a problem with Plesk.
I have disabled IPv6 on an Ubuntu 14.04 server using this command:
echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
and then:
sysctl -p
IPv6 has been disabled succesfuly and system is working fine.
But now, when we access to Plesk, it shows the following alert:
"New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] bind() to [xxxx:xxxx:x:xxx::]:80 failed (99: Cannot assign requested address) nginx: configuration file /etc/nginx/nginx.conf test failed . The error message containing the detailed error descriptions was sent to you by e-mail. Please resolve the issues and click here to generate broken configuration files once again or here to generate all configuration files."
How is possible to fix this?
Thanks.
Comments
Your problem seems to be in the /etc/nginx/nginx.conf file, open it and check what`s wrong.You can also do a cat /var/log/nginx/error.log to check for any errors.