• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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