options</a>.</p>
<p>Also at this point, you can specify which <a href="programs/configure.html#optionalfeatures">features</a> you
- want included in Apache by enabling and disabling <a href="mod/">modules</a>. Apache comes with a <a href="module-dict.html#Status">Base</a> set of modules included by
+ want included in Apache by enabling and disabling <a href="mod/">modules</a>. Apache comes with a <a href="mod/module-dict.html#Status">Base</a> set of modules included by
default. Other modules are enabled using the
- <code>enable-<var>module</var></code> option, where
+ <code>--enable-<var>module</var></code> option, where
<var>module</var> is the name of the module with the
<code>mod_</code> string removed and with any underscore converted
to a dash. You can also choose to compile modules as <a href="dso.html">shared objects (DSOs)</a> -- which can be loaded
or unloaded at runtime -- by using the option
- <code>enable-<var>module</var>=shared</code>. Similarly, you can
+ <code>--enable-<var>module</var>=shared</code>. Similarly, you can
disable Base modules with the
<code>--disable-<var>module</var></code> option. Be careful when
using these options, since <code>configure</code> cannot warn you
href="programs/configure.html#optionalfeatures">features</a> you
want included in Apache by enabling and disabling <a
href="mod/">modules</a>. Apache comes with a <a
- href="module-dict.html#Status">Base</a> set of modules included by
+ href="mod/module-dict.html#Status">Base</a> set of modules included by
default. Other modules are enabled using the
- <code>enable-<var>module</var></code> option, where
+ <code>--enable-<var>module</var></code> option, where
<var>module</var> is the name of the module with the
<code>mod_</code> string removed and with any underscore converted
to a dash. You can also choose to compile modules as <a
href="dso.html">shared objects (DSOs)</a> -- which can be loaded
or unloaded at runtime -- by using the option
- <code>enable-<var>module</var>=shared</code>. Similarly, you can
+ <code>--enable-<var>module</var>=shared</code>. Similarly, you can
disable Base modules with the
<code>--disable-<var>module</var></code> option. Be careful when
using these options, since <code>configure</code> cannot warn you