summaryrefslogtreecommitdiff
path: root/docs/manual/dso.html.en
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-09-19 15:18:16 +0000
committerJoshua Slive <slive@apache.org>2001-09-19 15:18:16 +0000
commit65b07afc5d3fd9877f661a833c8301a6da3fc9b5 (patch)
treed8e89ebd4515ea42292e0a05d8e368bb094da886 /docs/manual/dso.html.en
parent04d0f0e2863a86be6ffa78290da6587def09aa73 (diff)
downloadhttpd-65b07afc5d3fd9877f661a833c8301a6da3fc9b5.tar.gz
Couple small updates to dso.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dso.html.en')
-rw-r--r--docs/manual/dso.html.en26
1 files changed, 14 insertions, 12 deletions
diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en
index 3fcadb0b58..2ed4fbbaea 100644
--- a/docs/manual/dso.html.en
+++ b/docs/manual/dso.html.en
@@ -13,7 +13,7 @@
>
<!--#include virtual="header.html" -->
-<H1>
+<H1 align="center">
Dynamic Shared Object (DSO) Support
</H1>
@@ -54,18 +54,20 @@ behind their use.</p>
<H2><a name="implementation">Implementation</a></H2>
-<P>The DSO support for loading individual Apache modules is based on a module
-named <A HREF="mod/mod_so.html"><CODE>mod_so.c</CODE></A> which must be
-statically compiled into the Apache core. It is the only module besides
-<CODE>core.c</CODE> which cannot be put into a DSO itself.
-Practically all other distributed Apache modules then can
-then be placed into a DSO by individually enabling the DSO build for them via
-<CODE>configure</CODE>'s <CODE>--enable-<i>module</i>=shared</CODE> option
-(see top-level <CODE>INSTALL</CODE> file). After a module is compiled into
-a DSO named <CODE>mod_foo.so</CODE> you can use <A
+<P>The DSO support for loading individual Apache modules is based on a
+module named <A HREF="mod/mod_so.html"><CODE>mod_so.c</CODE></A> which
+must be statically compiled into the Apache core. It is the only
+module besides <CODE>core.c</CODE> which cannot be put into a DSO
+itself. Practically all other distributed Apache modules then can
+then be placed into a DSO by individually enabling the DSO build for
+them via <CODE>configure</CODE>'s
+<CODE>--enable-<i>module</i>=shared</CODE> option as disucussed in the
+<a href="install.html">install documentation</a>. After a module is
+compiled into a DSO named <CODE>mod_foo.so</CODE> you can use <A
HREF="mod/mod_so.html"><CODE>mod_so</CODE></A>'s <A
-HREF="mod/mod_so.html#loadmodule"><CODE>LoadModule</CODE></A> command in your
-<CODE>httpd.conf</CODE> file to load this module at server startup or restart.
+HREF="mod/mod_so.html#loadmodule"><CODE>LoadModule</CODE></A> command
+in your <CODE>httpd.conf</CODE> file to load this module at server
+startup or restart.
<P>To simplify this creation of DSO files for Apache modules
(especially for third-party modules) a new support program named <a