QSD Core Directives

qsd

Syntax: <qsd version="[VERSION]">[REST OF CONFIGURATION] </qsd>

The qsd direction must surround the rest of the configuration file. [VERSION] is the config file syntax version that your version QSD accepts.

module

Syntax: <module name="[MODULE NAME]">[MODULE CONFIGURATION DIRECTIVES]</module>

QSD will attempt to load and initialize [MODULE NAME]. All of the configuration directives for the module should be enclosed within this directive. See the module's configuration documentation to see what options a module takes.

module_path

Syntax: <module_path>[PATH]</module_path>

Override the default location QSD looks for modules and sets it to [PATH]. The default is [INSTALL PREFIX]/lib/qsd.

port

Syntax: <port>[PORT NUMBER]</port>

Sets the port on which QSD should listen for incoming requests to [PORT NUMBER]. The default is 26999.

server_log_dir

Syntax: <server_log_dir>[PATH]< /server_log_dir>

Sets the directory in which QSD will place the output logs of running servers to [PATH]. The default is [INSTALL PREFIX]/var/log/qsd.




Copyright © 2001 Katherine Buck
Hosted by SourceForge Logo