June 1999
Intermediate to advanced
540 pages
21h 39m
English
AddModule
AddModule
module
module
...
[server config]
Specifies one or more modules that should be enabled when the server begins running. Each module can either be compiled into the Apache executable or can exist as an external module. The module should not be already enabled. For example:
AddModule mod_auth_db mod_auth_dbm
You should always add any nonenabled modules with this directive before Apache encounters a directive targeted at that module.
(Apache 1.2 or later)
Read now
Unlock full access