From: Christophe Jaillet The second way is to compile the module as a DLL, a shared
library that can be loaded into the server at runtime, using
- the The LoadFile directive links in the named object files or
+ The The LoadModule directive links in the object file or library
+ The
+ the LoadModule
LoadModule
directive. These module DLLs can be distributed and run on any
Apache httpd for Windows installation, without recompilation of the
server.
- Module: mod_so LoadFile
directive links in the named object files or
libraries when the server is started or restarted; this is used
to load additional code which may be required for some module
to work. Filename is either an absolute path or
@@ -176,12 +176,14 @@ of active modules
Status: Extension
- Module: mod_so LoadModule
directive links in the object file or library
filename and adds the module structure named
module to the list of active modules. Module
is the name of the external variable of type
module
in the file, and is listed as the Module Identifier
- in the module documentation. Example:
For example:
LoadModule status_module "modules/mod_status.so"diff --git a/docs/manual/mod/mod_so.xml.fr b/docs/manual/mod/mod_so.xml.fr index 6b77f6707d9..23ac6986eeb 100644 --- a/docs/manual/mod/mod_so.xml.fr +++ b/docs/manual/mod/mod_so.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_so.xml.ja b/docs/manual/mod/mod_so.xml.ja index faa98de8e5d..d0d0bc4a1a9 100644 --- a/docs/manual/mod/mod_so.xml.ja +++ b/docs/manual/mod/mod_so.xml.ja @@ -1,7 +1,7 @@ - + + +