From: Christophe Jaillet Date: Fri, 29 Jan 2016 20:20:22 +0000 (+0000) Subject: Small visual tweak X-Git-Tag: 2.5.0-alpha~2246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dfacbfb778b2d43224126ed8b940cff56829c0c;p=apache Small visual tweak git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727637 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index 5fcdac4885..bfcfdf6f3f 100644 --- a/docs/manual/mod/mod_so.xml +++ b/docs/manual/mod/mod_so.xml @@ -82,7 +82,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.

@@ -137,7 +137,7 @@ Windows -

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 @@ -163,13 +163,15 @@ of active modules -

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"