• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Domainalias cannot use the * for all

EasyCom

New Pleskian
I need to work with lot of subdomains. To do this I have the A-record in DNS to *.domain.tld . In apache in the /etc/hosts/,host.conf apache needs to have a alias of *.domain.tld. How to do this in plesk? It must be a standard option here.
Now every time plesk runs an update, it overwrites this setting.

VSB =Very Stupid Behave
 
I'm not completely sure what you want to achieve here.

If you want to add a lot of domain aliases and you don't want to do so via the Plesk GUI, you can do it via the command line by creating a script to read a list of the aliases and add them all to the domain)

Manually adjusting apache config files for this purpose isn't really a good idea.
But you could create a vhost.conf for the domain and add your alias configuration lines in there-- I'm not sure if this will work but it might (remember to use httpdmgr to get the vhost.conf read and loaded).
 
on Apache it is documented to use the "ServerAlias *.example.com" entry. This does the trick for me.

In plesk there is a validation on the value you enter. It schould accept the * to comply to the rule as indicated op apache-docs.
 
Back
Top