From: Justin Erenkrantz Date: Wed, 16 Jan 2013 09:03:17 +0000 (+0000) Subject: Make documentation reflect reality of what the code does - in that LoadModule X-Git-Tag: 2.5.0-alpha~5868 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cb08a69562572b8578144973d35130fdbd31627;p=apache Make documentation reflect reality of what the code does - in that LoadModule and LoadFile can be declared inside a vhost configuration. minfrin vetoed restricting LoadModule to server context as we do in 1.3. See Message-ID: * docs/manual/mod/mod_so.xml: Denote virtual host context. * docs/manual/mod/mod_so.html.en, docs/manual/quickreference.html.en: Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1433861 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index 12ca595533..ccddade631 100644 --- a/docs/manual/mod/mod_so.html.en +++ b/docs/manual/mod/mod_so.html.en @@ -146,7 +146,7 @@ Windows - +
Description:Link in the named object file or library
Syntax:LoadFile filename [filename] ...
Context:server config
Context:server config, virtual host
Status:Extension
Module:mod_so
@@ -170,7 +170,7 @@ Windows Description:Links in the object file or library, and adds to the list of active modules Syntax:LoadModule module filename -Context:server config +Context:server config, virtual host Status:Extension Module:mod_so diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index 045cab3395..a79abb94f4 100644 --- a/docs/manual/mod/mod_so.xml +++ b/docs/manual/mod/mod_so.xml @@ -132,6 +132,7 @@ Windows LoadFile filename [filename] ... server config +virtual host @@ -156,6 +157,7 @@ of active modules LoadModule module filename server config +virtual host diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index bfb7351dbc..d32d121093 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -566,8 +566,8 @@ from the client Listen [IP-address:]portnumber [protocol]sMIP addresses and ports that the server listens to ListenBacklog backlogsMMaximum length of the queue of pending connections -LoadFile filename [filename] ...sELink in the named object file or library -LoadModule module filenamesELinks in the object file or library, and adds to the list +LoadFile filename [filename] ...svELink in the named object file or library +LoadModule module filenamesvELinks in the object file or library, and adds to the list of active modules <Location URL-path|URL> ... </Location>svCApplies the enclosed directives only to matching