• 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.

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