From: André Malo Date: Tue, 30 Mar 2004 19:53:45 +0000 (+0000) Subject: typos and a wrong href X-Git-Tag: pre_ajp_proxy~434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=669fd2a8cd9f1bed2a428262eea9f7810389c0f8;p=apache typos and a wrong href git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103215 13f79535-47bb-0310-9956-ffa450edef68 --- 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