diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 723ae6cc31..94a6c71b98 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -234,7 +234,7 @@ $ tar xvf httpd-NN.tar 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-mods-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 @@ -259,9 +259,8 @@ $ tar xvf httpd-NN.tar $ CC="pgcc" CFLAGS="-O2" \
./configure --prefix=/sw/pkg/apache \
- --enable-rewrite \
- --enable-speling \
- --enable-mods-shared="rewrite speling" + --enable-rewrite=shared \
+ --enable-speling=shared

When configure is run it will take several minutes to