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

Enabling subdomain

stefanoostwegel

Basic Pleskian
I am using plesk 11 on CentOS isntallation on a VPS.
I am trying to create a subdomain wich is not working.
So far i have tried the following:
In my DNS zone management i have made the following rule:

*.<domain>.
A
<ip>

*.<domain>.
AAAA
<ipv6>

Then i create in website and domains a subdomain, using a correct root folder.
It doesnt matter how hard i try, no matter what, the domain is not enabled.
I hope this is enough information about my issue to help me solve it, any additional information can easily be given.

Thank you in advance,
Stefan
 
Last edited:
Is there anyone who can tell me what to do?
This is a list of my dns settings. I really need your help.

*.<domain>. CNAME <domain>.
<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. AAAA <ipv6>
<domain>. MX (10) mail.<domain>.
<domain>. TXT v=spf1 +a +mx -all
<ip> / 24 PTR <domain>.
<ipv6> / 64 PTR <domain>.
ftp.<domain>. CNAME <domain>.
ipv4.<domain>. A <ip>
ipv6.<domain>. AAAA <ipv6>
mail.<domain>. A <ip>
mail.<domain>. AAAA <ipv6>
ns.<domain>. A <ip>
ns.<domain>. AAAA <ipv6>
webmail.<domain>. A <ip>
webmail.<domain>. AAAA <ipv6>
 
Back
Top