• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Finding a domain alias?

deltatech

Regular Pleskian
Ever since upgrading to plesk 10, it seems there is no way to search for a domain name that is being used as a domain alias.

We received a complaint about one of our hosted domains. We do indeed host that domain but can not locate it within plesk as it is a domain alias.

How can we find out which customer has this domain alias?
 
This will show you the main domain its set to

mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -e "select d.name from domainaliases da inner join domains d on da.dom_id=d.id;"
 
Back
Top