• 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.

Evaluating Web Presence Builder - many question x support

webstyler

Basic Pleskian
Hello

we are evaluating this software, unfortunately, it seems to me there is not a presales support and any doubt sees the opening of a ticket for a fee .. I do not think a good start

so, write here

we are server with WPB standalone and server cPanel (with trial license by Parallels)

1) it's possible to "denied" access directly to WBP standalone server ?
Not interesting in demo or trial for customer, would like that customer could make access only from cPanel
We have setting this:
unauthorized_access_redirect_url = "http://mastersite.my/cpanel"
session_expired_redirect_url = "http://mastersite.my/cpanel"
removed_site_redirect_url = "http://mastersite.my/cpanel"
But seems only work if open http://my.hostname.com/Trial
If open http://my.hostname.com/ could test all :/
This server is dedicate to WBP, not other sites/services, hostname resolve with WPB

2) about redirect there is a way to use "variable"
example : if session expire may be better that user redirected to yoursite.com/cpanel

3) there are list of variable used on WPB config file ? as .. what's signup_scenario (description and values)

4) can be configured only port 443 on https and disable http ?

Thanks
 
1) it's possible to "denied" access directly to WBP standalone server ?
Not interesting in demo or trial for customer, would like that customer could make access only from cPanel
You could try to set 'sign_up_scenario = 0' in /usr/local/sb/config file (section "general"). This disables "Try Before Buy" modes...

2) about redirect there is a way to use "variable"
example : if session expire may be better that user redirected to yoursite.com/cpanel
You can configure such behavior with "session_expired_redirect_url" parameter, but I'm not sure what you mean with "variable".

3) there are list of variable used on WPB config file ? as .. what's signup_scenario (description and values)
Most of them you can find at /usr/local/sb/config file. And some of them are described at Administration guide.


4) can be configured only port 443 on https and disable http ?
WPB Standalone uses apache2 as backend webserver so you can apply your configuration directly in apache files...
 
Back
Top