From: André Malo
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