From 669fd2a8cd9f1bed2a428262eea9f7810389c0f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Tue, 30 Mar 2004 19:53:45 +0000 Subject: [PATCH] typos and a wrong href git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103215 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html.en | 6 +++--- docs/manual/install.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index ffc88c6ca6..02195cdc26 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -223,14 +223,14 @@ $ tar xvf httpd-2_1_NN.tar options.

Also at this point, you can specify which features you - want included in Apache by enabling and disabling modules. Apache comes with a Base set of modules included by + want included in Apache by enabling and disabling modules. Apache comes with a Base set of modules included by default. Other modules are enabled using the - enable-module option, where + --enable-module option, where module is the name of the module with the mod_ string removed and with any underscore converted to a dash. You can also choose to compile modules as shared objects (DSOs) -- which can be loaded or unloaded at runtime -- by using the option - enable-module=shared. Similarly, you can + --enable-module=shared. Similarly, you can disable Base modules with the --disable-module option. Be careful when using these options, since configure cannot warn you diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 2f718aa072..4d0f23a08f 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -229,15 +229,15 @@ $ tar xvf httpd-2_1_NN.tar href="programs/configure.html#optionalfeatures">features you want included in Apache by enabling and disabling modules. Apache comes with a Base set of modules included by + href="mod/module-dict.html#Status">Base set of modules included by default. Other modules are enabled using the - enable-module option, where + --enable-module option, where module is the name of the module with the mod_ string removed and with any underscore converted to a dash. You can also choose to compile modules as shared objects (DSOs) -- which can be loaded or unloaded at runtime -- by using the option - enable-module=shared. Similarly, you can + --enable-module=shared. Similarly, you can disable Base modules with the --disable-module option. Be careful when using these options, since configure cannot warn you -- 2.50.1