glfs/content/web/apache/apache-exp.xml
Igor Živković 15995a1544 updated to apache-2.0.49
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1909 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-22 10:35:56 +00:00

15 lines
488 B
XML

<sect2>
<title>Command explanations</title>
<para><parameter>--enable-mods-shared=all</parameter>: We want modules
to be compiled and used as Dynamic Shared Objects
(<acronym>DSO</acronym>s) so they can be included and excluded from the
server using the run-time configuration directives.
</para>
<para><parameter>--enable-ssl</parameter>: Use this switch
to create the <filename class="libraryfile">mod_ssl</filename>
module and enable <acronym>SSL</acronym> support.</para>
</sect2>