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

Question How to make Apache/Plesk recognise all/any domains pointed to my A record?

jackoackely

New Pleskian
Hi!

Is there any way to make Apache catch all incoming request from all domains? I am asking this, because my users want to add custom domains for this phpShort - Documentation - Lunatio

They basically point A record to my IP, but it won't work. Is this even possible, or I have to deploy this on standalone VPS? Thanks :)
 
Apache responds to all incoming www traffic with its default page when no virtual host has been defined. If you want your server to do something with traffic for undefined virtual hosts, you can set your website up in /var/www/vhosts/default/htdocs. A smart way to do that might be to only have a redirect in that directory so that you can have the comfort of a Plesk maintained website while all undefined subhosts redirect to that website.
 
Back
Top