Modules

warning

It is not recommended to change the settings of this section without technical support instructions.

In the Modules section, you can configure Lua scripts that are load as other web interface scripts execute.

The Script folder in search paths drop-down list defines where to add the current directory (directory where currently executed script resides) in the list from the Paths section:

first—to the top of the list,

last—to the end of the list,

do not use—do not add at all.

The Masks section specifies the list of masks using which Lua modules are searched on the paths specified in the Paths section.

The Paths section specifies paths on which Lua modules from the Masks section are searched. Paths must be specified relative to the root folder of the web server.

For example:

The script from the var-root/webmin/esuite/include/head.ds will not be found without additional configuration in the Modules section.

Modules from the ds-modules or webmin/vfs directories will be found without additional configuration in the Modules section, because they are global modules, not web interface modules.