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

All domains show me Sitebuilder

S

Stefanie

Guest
Hello,

I have installed SB4 on Linux 10.2 with ServerAdmin24. My problem is, that all domains I request show me the Sitebuilder.

Thank you for help.
 
by default sitebuilder generates webserver config that makes apache listen on port 80 of the first available ip address.
If you want to access sitebuilder only on the specific domain (e.g. sitebuilder.example.com) edit your apache config file and enable name-based virtual hosting on your_ip:80, then run

sb_config --sb_hostname=sitebuilder.example.com
 
Back
Top