From: André Malo Date: Tue, 30 Mar 2004 20:08:51 +0000 (+0000) Subject: typos and wrong href X-Git-Tag: 2.0.50~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba59146ac2092cbe850ced3a61e9e4625d5ce88;p=thirdparty%2Fapache%2Fhttpd.git typos and wrong href git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103217 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index e704e4f7d19..f3fe3f795cb 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -224,14 +224,14 @@ $ tar xvf httpd-2_0_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 9316ebba176..7dd5811b460 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -229,15 +229,15 @@ $ tar xvf httpd-2_0_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