glfs/content/web/apache/apache-exp.xml

18 lines
727 B
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para><parameter>--with-expat=/usr</parameter>: Uses system installed
expat. <emphasis>If you have installed expat and do not use this switch, the
apache installation may overwrite some files from the expat installation.</emphasis></para>
<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>