]> granicus.if.org Git - apache/commitdiff
Make documentation reflect reality of what the code does - in that LoadModule
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 16 Jan 2013 09:03:17 +0000 (09:03 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 16 Jan 2013 09:03:17 +0000 (09:03 +0000)
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: <DE0E3427-46F0-4AF4-94E8-5297EDF9A58D@sharp.fm>

* 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

docs/manual/mod/mod_so.html.en
docs/manual/mod/mod_so.xml
docs/manual/mod/quickreference.html.en

index 12ca5955339781883f2e3a12c056d14dbe5acb26..ccddade63105d15aa1ff41ff268267649dab30fe 100644 (file)
@@ -146,7 +146,7 @@ Windows</td></tr></table>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Link in the named object file or library</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LoadFile <em>filename</em> [<em>filename</em>] ...</code></td></tr>
-<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_so</td></tr>
 </table>
@@ -170,7 +170,7 @@ Windows</td></tr></table>
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Links in the object file or library, and adds to the list
 of active modules</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LoadModule <em>module filename</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_so</td></tr>
 </table>
index 045cab339522ccc930fb631661fea789ad40855f..a79abb94f4db77985270819c485b56d35bb7a2b1 100644 (file)
@@ -132,6 +132,7 @@ Windows</compatibility>
 <syntax>LoadFile <em>filename</em> [<em>filename</em>] ...</syntax>
 <contextlist>
 <context>server config</context>
+<context>virtual host</context>
 </contextlist>
 
 <usage>
@@ -156,6 +157,7 @@ of active modules</description>
 <syntax>LoadModule <em>module filename</em></syntax>
 <contextlist>
 <context>server config</context>
+<context>virtual host</context>
 </contextlist>
 
 <usage>
index bfb7351dbc6ca92625a3dc40b88fb7fdef34363b..d32d1210937f2faf14a37c8eeaded6b857341851 100644 (file)
@@ -566,8 +566,8 @@ from the client</td></tr>
 <tr class="odd"><td><a href="mpm_common.html#listen">Listen [<var>IP-address</var>:]<var>portnumber</var> [<var>protocol</var>]</a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">IP addresses and ports that the server
 listens to</td></tr>
 <tr><td><a href="mpm_common.html#listenbacklog">ListenBacklog <var>backlog</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Maximum length of the queue of pending connections</td></tr>
-<tr class="odd"><td><a href="mod_so.html#loadfile">LoadFile <em>filename</em> [<em>filename</em>] ...</a></td><td></td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Link in the named object file or library</td></tr>
-<tr><td><a href="mod_so.html#loadmodule">LoadModule <em>module filename</em></a></td><td></td><td>s</td><td>E</td></tr><tr><td class="descr" colspan="4">Links in the object file or library, and adds to the list
+<tr class="odd"><td><a href="mod_so.html#loadfile">LoadFile <em>filename</em> [<em>filename</em>] ...</a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Link in the named object file or library</td></tr>
+<tr><td><a href="mod_so.html#loadmodule">LoadModule <em>module filename</em></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Links in the object file or library, and adds to the list
 of active modules</td></tr>
 <tr class="odd"><td><a href="core.html#location">&lt;Location
     <var>URL-path</var>|<var>URL</var>&gt; ... &lt;/Location&gt;</a></td><td></td><td>sv</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Applies the enclosed directives only to matching