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

Default vhost from bad subhost URL

johnrt

Basic Pleskian
I have several vhosts defined and they all work fine. For example:
www.host1.com
www.host2.com
www.host3.com

Many of them have sub-domains defined. For example:
web.host1.com
web.host2.com
web.host3.com

If a user mis-types something like "webb.host1.com", I don't get a host not found page, but it will display www.host3.com instead.

From what I can see in /usr/local/psa/admin/conf, the file ip_vhosts_bootstrap.conf is defining the default pages to load just based on the IP because the "Include" in this file references the same config file for the site that gets loaded when one cannot be found.

Where does this file get generated because the file says not to edit it. So where in the Plesk GUI does this get set?

Thanks
 
I've tried commenting the line in the file, and it still redirects to another domain if the subdomain (from another domain) does not exist.

Any thoughts?
 
Back
Top