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

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