R
Richard Mataka Jr
Guest
Hey Guys -- Hope this helps i got this straight from support and it works!
When Parallels Plesk Panel and Parallels Plesk Sitebuilder are installed on the same server by default Sitebuilder virtual host name is set to sitebuilder.www.domain.com in configuration of Parallels Plesk Panel. Where www.domain.com is full hostname of Parallels Plesk Panel that is set during initial configuration and may be changed on page {Settings -> Server Settings}.
You may see Sitebuilder virtual host name as it is registered in Parallels Plesk Panel on page {Home -> Sitebuilder Settings}.
Sitebuilder server URL cannot be changed through GUI, but may be reconfigured via CLI /usr/local/psa/bin/sitebuilder:
~# /usr/local/psa/bin/sitebuilder --set http://sitebuilder.domain.com/ServiceFacade/
Utility /usr/local/psa/bin/sitebuilder is Plesk CLI that is used to verify or changed Sitebuilder server URL in Plesk registration. The changes do not affect Sitebuilder settings.
Utility /usr/local/bin/sb_config is Sitebuilder CLI that is used for reconfiguration of Sitebuilder settings. To change Sitebuilder virtual host name in Sitebuilder configuration you should run this utility:
~# /usr/local/bin/sb_config --sb_hostname sitebuilder.domain.com --force_update_wscfg
Option "--force_update_wscfg" is to recreate Apache configuration for new Sitebuilder virtual host.
SO IN OTHER WORDS
if you install sitebuilder on HOST NAME sub.domain.com after install you will get a vHost with
sitebuilder.sub.domain.com
This wont propergate with DNS
So you need to setup a subdomain in your DNS to sitebuilder and then use the command to
configure your vHOST with the correct DNS as sitebuilder.domain.com
Hope this helps!! This should BE in the DOCS!!!
Rick
When Parallels Plesk Panel and Parallels Plesk Sitebuilder are installed on the same server by default Sitebuilder virtual host name is set to sitebuilder.www.domain.com in configuration of Parallels Plesk Panel. Where www.domain.com is full hostname of Parallels Plesk Panel that is set during initial configuration and may be changed on page {Settings -> Server Settings}.
You may see Sitebuilder virtual host name as it is registered in Parallels Plesk Panel on page {Home -> Sitebuilder Settings}.
Sitebuilder server URL cannot be changed through GUI, but may be reconfigured via CLI /usr/local/psa/bin/sitebuilder:
~# /usr/local/psa/bin/sitebuilder --set http://sitebuilder.domain.com/ServiceFacade/
Utility /usr/local/psa/bin/sitebuilder is Plesk CLI that is used to verify or changed Sitebuilder server URL in Plesk registration. The changes do not affect Sitebuilder settings.
Utility /usr/local/bin/sb_config is Sitebuilder CLI that is used for reconfiguration of Sitebuilder settings. To change Sitebuilder virtual host name in Sitebuilder configuration you should run this utility:
~# /usr/local/bin/sb_config --sb_hostname sitebuilder.domain.com --force_update_wscfg
Option "--force_update_wscfg" is to recreate Apache configuration for new Sitebuilder virtual host.
SO IN OTHER WORDS
if you install sitebuilder on HOST NAME sub.domain.com after install you will get a vHost with
sitebuilder.sub.domain.com
This wont propergate with DNS
So you need to setup a subdomain in your DNS to sitebuilder and then use the command to
configure your vHOST with the correct DNS as sitebuilder.domain.com
Hope this helps!! This should BE in the DOCS!!!
Rick