From 0c5891743f71a3684c62aede9ffeebaa770b6d4e Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 28 Jan 2001 00:19:30 +0000 Subject: [PATCH] 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 --- docs/manual/dso.html | 25 ++++++++++---------- docs/manual/dso.html.en | 25 ++++++++++---------- docs/manual/misc/FAQ-I.html | 34 +++++++++++++++------------- docs/manual/mod/core.html | 11 +++++---- docs/manual/mod/mod_auth.html | 8 +++---- docs/manual/mod/mod_auth_db.html | 5 ++++ docs/manual/mod/mod_auth_dbm.html | 5 ++++ docs/manual/mod/mod_auth_digest.html | 4 ++-- docs/manual/mod/mod_log_config.html | 3 ++- docs/manual/stopping.html | 9 ++++---- docs/manual/stopping.html.en | 9 ++++---- 11 files changed, 78 insertions(+), 60 deletions(-) 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: