From ef0eef27b7dc2f468aee94e0d4886da9b33d418b Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Wed, 16 Jan 2013 09:10:14 +0000 Subject: [PATCH] Merge r1433861 from trunk (w/updated quickreference.html.en transforms). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1433863 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_so.html.en | 4 ++-- docs/manual/mod/mod_so.xml | 2 ++ docs/manual/mod/quickreference.html.en | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index 8406021f95..741ab333e4 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 0dc03ee44f..6c3e1078ed 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -541,8 +541,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 -- 2.50.1