This commit is contained in:
2025-08-05 19:05:42 +03:00
parent fcba827e91
commit 9fa22401bd
51 changed files with 594 additions and 141 deletions

View File

@@ -0,0 +1,30 @@
NI.AddLVRouteVars
ErrorLog "$LVSERVER_ROOT/logs/error.log"
Listen 8000
NI.ServerName default
DocumentRoot "$LVSERVER_ROOT/../../www"
TypesConfig "$LVSERVER_ROOT/mime.types"
DirectoryIndex index.html
WorkerLimit 10
InactivityTimeout 60
LoadModulePath "$LVSERVER_ROOT/..;$LVSERVER_ROOT/modules;$LVSERVER_ROOT/LVModules"
LoadModule LVAuth lvauthmodule
LoadModule LVSnapshot lvsnapshotmodule
LoadModule LVRFP lvrfpmodule
#
# Pipeline definition
#
SetConnector netConnector
AddHandler LVAuth
AddHandler LVSnapshot snap
AddHandler LVRFP
AddHandler fileHandler ""
AddOutputFilter chunkFilter

View File

@@ -0,0 +1,2 @@
[My Computer]
My Computer="localhost"

Binary file not shown.

View File

@@ -0,0 +1,12 @@
[Ñan_emul]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.paranoid=True
server.tcp.serviceName="My Computer/VI Server"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServer.TcpAccess="c+*"
WebServer.ViAccess="+*"
DebugServerEnabled=False
DebugServerWaitOnLaunch=False