From: Joshua Slive Date: Sun, 28 Jan 2001 00:19:30 +0000 (+0000) Subject: Adding references to html'ized man pages where appropriate. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d56f872d3e6435e16246e09cf509cd83c557cb05;p=apache Adding references to html'ized man pages where appropriate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87879 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/dso.html b/docs/manual/dso.html index ad324c8d82..bff578e444 100644 --- a/docs/manual/dso.html +++ b/docs/manual/dso.html @@ -132,17 +132,18 @@ HREF="mod/mod_so.html">mod_so's 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 apxs (APache -eXtenSion) is available. It can be used to build DSO based modules -outside of the Apache source tree. The idea is simple: When -installing Apache the configure's make install -procedure installs the Apache C header files and puts the platform-dependent -compiler and linker flags for building DSO files into the apxs -program. This way the user can use apxs to compile his Apache -module sources without the Apache distribution source tree and without having -to fiddle with the platform-dependent compiler and linker flags for DSO -support. +

To simplify this creation of DSO files for Apache modules +(especially for third-party modules) a new support program named apxs (APache eXtenSion) is +available. It can be used to build DSO based modules outside +of the Apache source tree. The idea is simple: When installing +Apache the configure's make install +procedure installs the Apache C header files and puts the +platform-dependent compiler and linker flags for building DSO files +into the apxs program. This way the user can use +apxs to compile his Apache module sources without the +Apache distribution source tree and without having to fiddle with the +platform-dependent compiler and linker flags for DSO support.

To place the complete Apache core program into a DSO library (only required on some of the supported platforms to force the linker to export the apache @@ -309,7 +310,7 @@ of the Apache source tree: