Module objects create an IfModule mod_name .c block in the configuration file. Adding a module to a server group makes it available to all other servers in and below the current object's group. For more information about Apache modules, including those that are unique to NetWare, see Section 5.0, Managing Apache Modules.
When you add a module, you must know the name of its executable file and its module identifier. Before you add a module, refer to its documentation on the Apache Web site. See Module Index on the Apache.org Web site.
In the
list, click the server group that you want to add the module to.In the
drop-down list, select , then click .In the Add Module dialog box, type a name for the Apache module in the
field.In the
field, type the name of the file that contains the code of the module you are adding. For example: mod_auth_ldap.c.In the volume:\\apache2\modules directory. For example, type: modules/authldap.nlm.
field, type the relative path to the module's executable file, which by default is in theIn the Module Identifier field, type the string that identifies the module you are adding.
Each Apache module has a module identifier assigned to it. To find out which module identifier to use, look up the module name in the Apache documentation. See Module Index on the Apache.org Web site.
(Optional) To disable the module, select
.When you select httpd.conf configuration file.
, the LoadModule statement is not added to theClick OK.