From: Christophe Jaillet Date: Fri, 29 Jan 2016 20:18:09 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.19~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f47c5867fd917731b06136ab27731a88c12ac08;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727636 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index bdc9fb47d54..85cbc71a267 100644 --- a/docs/manual/mod/mod_so.html.en +++ b/docs/manual/mod/mod_so.html.en @@ -100,7 +100,7 @@ Windows

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 LoadModule + the LoadModule directive. These module DLLs can be distributed and run on any Apache httpd for Windows installation, without recompilation of the server.

@@ -153,7 +153,7 @@ Windows Module:mod_so -

The LoadFile directive links in the named object files or +

The 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 -

The LoadModule directive links in the object file or library +

The 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:

+ in the module documentation.

+ +

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 @@ - + + +