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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb10f28cbb5fbb24490ea38c7940164fc260834;p=thirdparty%2Fapache%2Fhttpd.git 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 12ca5955339..ccddade6310 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 045cab33952..a79abb94f4d 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 bfb7351dbc6..d32d1210937 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