glfs/content/web/apache/apache-exp.xml
Tushar Teredesai fe88f5841a Completed lfs-bootscripts changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1942 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-28 07:14:54 +00:00

18 lines
727 B
XML

<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>