# Web server configuration file. # Generated by LabVIEW 15.0.1 # 17/06/2020 11:45:31 # # Global Directives # NI.AddLVRouteVars ErrorLog "$LVSERVER_ROOT/logs/error.log", level=2, anew TypesConfig "$LVSERVER_ROOT/mime.types" LimitWorkers 10 LoadModulePath "$LVSERVER_ROOT/..;$LVSERVER_ROOT/modules;$LVSERVER_ROOT/LVModules" LoadModule LVAuth lvauthmodule LoadModule LVSnapshot lvsnapshotmodule LoadModule LVRFP lvrfpmodule Listen 8000 # # Directives that apply to the default server # NI.ServerName LabVIEW DocumentRoot "C:/Program Files (x86)/National Instruments/LabVIEW 2015/resource/webserver/../../www" InactivityTimeout 60 SetConnector netConnector AddHandler LVAuth AddHandler LVSnapshot snap AddHandler LVRFP AddHandler LVSnapshot AddHandler fileHandler "" AddOutputFilter chunkFilter DirectoryIndex index.html