Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.91 LoadModule

LoadModule specifies the module to be dynamically embedded into the web server.

Description

LoadModule specifies the module to be dynamically embedded into the web server. For library_file_name, you can specify an absolute path or a relative path from the value specified for the ServerRoot directive.

Syntax

LoadModule module_structure_name library_file_name

Location where it can be written

httpsd.conf

Example

LoadModule hws01_module libexec/mod_hws01.so
LoadModule hws02_module libexec/mod_hws02.so

The modules hws01_module and hws02_module are embedded.