Thursday, September 16, 2010

DefaultDocument

This variable contains the file name of default WBSP file defined in your server's configuration (e.g. index.html, index.htm, index.wbsp).
Some web server software can have problems recognizing the default document. If that is the case with your web server software than setting this variable will solve the problem. Default value is default.wbsp.

Example of use:

DefaultDocumentvariable is used in Server configuration section, a configuration is set for all aliases of a single virtual host.
[wbsp.com]
DisableWB=F
AbsolutePath=On
Upload=On
FileCommands=On
Execute=JavaScript,VBScript,JScript
HiddenEnvVars=PATH,COMP*,System*
TimeOutSec=20
DefaultDocument=index.wbsp
ADOConnectionString=T
ActivateCGIByExt=wbsp
CGISecurityString=LhBv3KP
MaxInstances=0
HideDocuments=sr,aut,inc,ic,mdb
ScriptTimeOutSec=60 

No comments:

Post a Comment