|
Posted by Bent Stigsen on 01/19/06 10:03
Prince of Code wrote:
> Hi all,
> I would like to know what is the difference between LoadModule &
> AddModule configuration directives in httpd.conf of Apache server.
> I guess LoadModule is for loading dynamic modules which or in
> object file and the later is to load dynamic modules which are in
> source form like c source file. Is that right.
Possibly there are people here, who can answer that off the top of
their head, but you are most likely better off asking in a more
appropriate newsgroup, like "alt.apache.configuration".
> Looking for a elobrate explanation.
http://httpd.apache.org/docs/1.3/mod/core.html.en#addmodule
[quote - AddModule directive]
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.
[end quote]
/Bent
Navigation:
[Reply to this message]
|