From: Joshua Slive
+
Dynamic Shared Object (DSO) Support
@@ -54,18 +54,20 @@ behind their 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
-(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.
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