Showing posts with label virtual host. Show all posts
Showing posts with label virtual host. Show all posts

Wednesday, September 22, 2010

DisableWB

DisableWB=T/F

If this variable is set to True, WhizBase engine will not process WBSP files located on that specific virtual host, and error will be generated. Default value is False.
Example of use:
[default]
DisableWB=F
AbsolutePath=Off
Upload=Off
FileCommands=Off
Execute=JavaScript
HiddenEnvVars=PATH,COMP*,System*,Win*
TimeOutSec=10
DefaultDocument=index.wbsp
ADOConnectionString=F
ActivateCGIByExt=wbsp
CGISecurityString=LhBv3KP
MaxInstances=30
HideDocuments=sr,ic,inc,aut,mdb,dbf
The next example will disable usage of WBSP on all virtual hosts, but those that are defined in Servers section:
[default]
DisableWB=T


read more

Monday, September 20, 2010

Default section

Default section contains configuration that will be applied to any virtual host that does not have its own configuration section.
Here's an example:
[default]
DisableWB=F
AbsolutePath=Off
Upload=Off
FileCommands=Off
Execute=JavaScript
HiddenEnvVars=PATH,COMP*,System*,Win*
TimeOutSec=10
DefaultDocument=index.wbsp
ADOConnectionString=F
ActivateCGIByExt=wbsp
CGISecurityString=LhBv3KP
MaxInstances=30
HideDocuments=sr,ic,inc,aut,mdb,dbf
The next example will disable usage of WBSP on all virtual hosts, but those that are defined in Servers section:
[default]
DisableWB=T