category      articles    
 
Adsense
Adwords
Article
Blog
CMS
CSS Style
Datacenter
Design Graphics
Flash Animation
Internet Radio
Messenger
Programming
Provider
Search Engine
Security
Security Web
SEF
SEO
Software
Software Web
AddModule directive for Apache

- AddModule directive
Syntax: AddModule module [module] ...
Context: server config
Status: core
Compatibility: AddModule is only available in Apache 1.2 and later

The server can have modules compiled in which are not actively in use. This directive can be used to enable the use of those modules. The server comes with a pre-loaded list of active modules; this list can be cleared with the ClearModuleList directive.

For example:

AddModule mod_include.c

The ordering of AddModule lines is important. Modules are listed in reverse priority order --- the ones that come later can override the behavior of those that come earlier. This can have visible effects; for instance, if UserDir followed Alias, you couldn't alias out a particular user's home directory. For more information and a recommended ordering, see src/Configuration.tmpl in the Apache source distribution.

OTHER ARTICLES

AccessFileName directive for Apache

Redirecting YourSite.com to www.YourSite.com

AccessConfig directive for Apache

CGICommandArgs directive

About Pico at Linux

Redirect with htaccess

Doctypes for XHTML docs

eSankey

htaccess Useful

AuthUserFile directive