Jump to content

LabVIEW configuration file/Web Server: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
New page: This is a list of LabVIEW ini File settings relating to Web Server behaviour. == WebServer.Enabled == Example: <code>WebServer.Enabled=TRUE</code><br/> Description: Enable Web Server<br/>...
 
Crelf (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{LabVIEW configuration back}}
This is a list of LabVIEW ini File settings relating to Web Server behaviour.
This is a list of LabVIEW ini File settings relating to Web Server behaviour.



Revision as of 21:43, 7 May 2007

Template:LabVIEW configuration back This is a list of LabVIEW ini File settings relating to Web Server behaviour.

WebServer.Enabled

Example: WebServer.Enabled=TRUE
Description: Enable Web Server
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

WebServer.RootPath

Example: WebServer.RootPath="C:\MyWebServer\"
Description: Root Directory
Datatype: Path
Permitted Values: Any exisiting disk-based folder
Default Value: "<lvdir>\www\"
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x
OS's Supported:
Notes: None

WebServer.Port

Example: WebServer.Port=3370
Description: HTTP Port
Datatype: Integer
Permitted Values: 1 to Unknown
Default Value: = 80, = 8000, = Unknown
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

WebServer.Timeout

Example: WebServer.Timeout=30
Description: Timeout (seconds)
Datatype: Integer
Permitted Values: 1 to 232
Default Value: 60
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

WebServer.LogEnabled

Example: WebServer.LogEnabled=TRUE
Description: Enable Log File
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

WebServer.LogPath

Example: WebServer.LogPath="C:\MyWebServer\log.dat"
Description: Log filepath
Datatype: Path
Permitted Values: Any disk-based filepath
Default Value: "<lvdir>\www.log"
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x
OS's Supported:
Notes: None

WebServer.TcpAccess

Example: WebServer.TcpAccess="+*"
Description: Browser Access List
Datatype: String
Permitted Values: Unknown
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

WebServer.ViAccess

Example: WebServer.ViAccess="+*"
Description: Visible VIs
Datatype: String
Permitted Values: Unknown
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None