• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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