[ Table Of Contents | Keyword Index ]

ns_moduleload(n) 4.99 "NaviServer Built-in Commands"

NAME

ns_moduleload - Load binary module and initialize it

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    COMMANDS
    SEE ALSO
    KEYWORDS

SYNOPSIS

ns_moduleload ?-global? ?-init init? module file

DESCRIPTION

This command to be used during server initialization to load binary modules. The usual way to specify them in the config file.

COMMANDS

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

SEE ALSO

nsd

KEYWORDS

NaviServer