From: Joshua Slive Date: Wed, 19 Sep 2001 15:18:16 +0000 (+0000) Subject: Couple small updates to dso.html X-Git-Tag: 2.0.26~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65b07afc5d3fd9877f661a833c8301a6da3fc9b5;p=thirdparty%2Fapache%2Fhttpd.git Couple small updates to dso.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91087 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/dso.html b/docs/manual/dso.html index 3fcadb0b586..2ed4fbbaeae 100644 --- a/docs/manual/dso.html +++ b/docs/manual/dso.html @@ -13,7 +13,7 @@ > -

+

Dynamic Shared Object (DSO) Support

@@ -54,18 +54,20 @@ behind their use.

Implementation

-

The DSO support for loading individual Apache modules is based on a module -named mod_so.c which must be -statically compiled into the Apache core. It is the only module besides -core.c 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 -configure's --enable-module=shared option -(see top-level INSTALL file). After a module is compiled into -a DSO named mod_foo.so you can use The DSO support for loading individual Apache modules is based on a +module named mod_so.c which +must be statically compiled into the Apache core. It is the only +module besides core.c 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 configure's +--enable-module=shared option as disucussed in the +install documentation. After a module is +compiled into a DSO named mod_foo.so you can use mod_so's LoadModule command in your -httpd.conf file to load this module at server startup or restart. +HREF="mod/mod_so.html#loadmodule">LoadModule command +in your httpd.conf file to load this module at server +startup or restart.

To simplify this creation of DSO files for Apache modules (especially for third-party modules) a new support program named -

+

Dynamic Shared Object (DSO) Support

@@ -54,18 +54,20 @@ behind their use.

Implementation

-

The DSO support for loading individual Apache modules is based on a module -named mod_so.c which must be -statically compiled into the Apache core. It is the only module besides -core.c 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 -configure's --enable-module=shared option -(see top-level INSTALL file). After a module is compiled into -a DSO named mod_foo.so you can use The DSO support for loading individual Apache modules is based on a +module named mod_so.c which +must be statically compiled into the Apache core. It is the only +module besides core.c 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 configure's +--enable-module=shared option as disucussed in the +install documentation. After a module is +compiled into a DSO named mod_foo.so you can use mod_so's LoadModule command in your -httpd.conf file to load this module at server startup or restart. +HREF="mod/mod_so.html#loadmodule">LoadModule command +in your httpd.conf file to load this module at server +startup or restart.

To simplify this creation of DSO files for Apache modules (especially for third-party modules) a new support program named