• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to make builder.MyDomain.com behave more like horde: webmail.*ClientDomain.com ??

mariano81

New Pleskian
Right now, in order for plesk clients/domain admins to login to their suitebuilder sites, they go to: http://builder.MyDomain.com/Login . For For Horde, they go to http://webmail.ClientDomain.com . Wouldn't it make sense to make the sitebuilder app as avaliable as Horde? This way, they can go to http://builder.TheirDomain.com, just like with horde they go to http://webmail.TheirDomain.com.

What kind of changes would the plesk, site builder community admins would have to make in order to make this happen?

I am thinking something like:

Editing the zz011_sitebuilder.conf, located in /etc/httpd/conf.d/zz011_sitebuilder.conf ??

Editing the zz10_psa_httpd.conf, located in /etc/httpd/conf.d/zz10_psa_httpd.conf ??

executing the sb_config command "sb_config --sb_hostname=builder.* --force_update_wscfg" ??

For those of us using Plesk's DNS Bind, creating a dns template "A" record "sitebuilder.<domain>" with a value of "<IP>" ??

How can I make this work? Very relevant in terms of giving white/private label resellers a more of a white/private label solution...

Any takers?
 
Try to change Sitebuilder configuration file in this way /etc/httpd/conf.d/zz011_sitebuilder.conf:
...............
DocumentRoot /usr/local/sitebuilder/htdocs
ServerName builder
ServerAlias builder.*
...............
...............
After that restart apache and check it up. You need also create appropriate DNS records for all domains which will use builder.domain.tld as access point to Sitebuilder so it could be resolved properly.
 
Back
Top