• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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