• 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

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