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

sitebuilder.hostname not working

A

arazas

Guest
I have just installed sitebuilder4 on my Linux EL4 server.

The config file shows the correct host and IP but when I hit sitebuilder.hostname it does not work and gives page can not be displayed error. I have alos added A record for sitebuilder.hostname even then it is not working.

Please advise what to do,
 
Hello,

What hostname is shown by sb_config utility on your server?

# sb_config --help

In order to set hostname you wish for your sitebuilder, please, run the following command:

# sb_config --sb_hostname sitebuilder.hostname.com

Thank you.
 
I tried the following. They both show the correct hostname. I also tried changing them to a different name. The closest I can get to is a 500 error.
 
Hello,

Make sure that "sitebuilder.hostname" resolves correctly from your local and external networks correctly:
# host -t A sitebuilder.hostname

Also, you can check Sitebuilder virtual host configuration in /etc/httpd/conf.d/zz011_sitebuilder.conf:
$ grep ServerName /etc/httpd/conf.d/zz011_sitebuilder.conf
$ grep VirtualHost /etc/httpd/conf.d/zz011_sitebuilder.conf

There should be correct ServerName and IP address for Sitebuilder host.
Hope, it can make the reason of this problem more clear for you.
 
Back
Top