• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved How to repair domain configuration of additional IPv4 (dedicated)

Dukemaster

Regular Pleskian
Hi again,
since four days I have problems with my second dedicated IPv4 domain. There is no access since I removed and added this IP again over Plesk Panel after several DNS changes.
I always get "Server not found" in browser when I'm trying to reach the domain, or on ssllabs "Unable to resolve domain name".
own investigation:
The following two templates are even marked as correct in troubleshooter but they have no content, except the header info (#):
/var/www/vhosts/system/domain.com/conf/httpd.conf
/var/www/vhosts/system/domain.com/conf/nginx.conf

also
/etc/nginx/conf.d/zz010_psa_nginx.conf
/etc/apache2/conf-enabled/zz010_psa_httpd.conf

(perhaps the last two are always empty, I never looked inside)

Additional related problem
: I also have problems by adding additional IPv6. Yesterday I added two, after a reboot the warning
nginx: [emerg] bind() to IPv6:443 failed (99: Cannot assign requested address) appears and I have to repair it, but the same will come again, so that I completely removed them.

I fixed the problem by removing the domain as default site in IP.

I found the reason by comparing this domain with another who works.
So back to the beginning there is an error around IP management/Interface according to default domain configuration
The following part is missing etc/apache2/plesk.conf.d/ip_default/domain.com.conf:
Code:
<Directory /var/www/vhosts/domain.com/web_users>

            <IfModule mod_php4.c>
                php_admin_flag engine off
            </IfModule>

            <IfModule mod_php5.c>
                php_admin_flag engine off
            </IfModule>

            <IfModule mod_php7.c>
                php_admin_flag engine off
            </IfModule>

        </Directory>

Greets
 
Last edited:
Back
Top