[
Table Of Contents
| Keyword Index
]
ns_moduleload(n) 4.99 "NaviServer Built-in Commands"
ns_moduleload - Load binary module and initialize it
TABLE OF CONTENTS
SYNOPSIS
DESCRIPTION
COMMANDS
SEE ALSO
KEYWORDS
This command to be used during server initialization to load binary modules.
The usual way to specify them in the config file.
- ns_moduleload ?-global? ?-init init? module file
-
-global
Load globally, not into virtual server
-init init
Specify alternative initialization function, by default it is Ns_ModuleInit
module
module name
file
Full path to the module binary file
nsd
NaviServer