• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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