From 8954e16b1753c33af5b00735390f1eff7ad2770e Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 29 Jan 2016 20:17:45 +0000 Subject: [PATCH] Small visual tweak git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727635 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_so.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index ea8e42b785..06b39efc32 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" -- 2.40.0