<div class="section">
<h2><a name="definitions" id="definitions">Définitions</a></h2>
+<dl>
<dt><a name="algorithm" id="algorithm">Algorithme</a></dt>
<dd>Une formule sans ambiguité ou un jeu de règles destinées à
pour décrire les directives d'Apache</a>
</dd>
-<dl>
<dt><a name="accesscontrol" id="accesscontrol">Contrôle d'accès
(Access Control)</a></dt>
<dd>La restriction d'accès à des zones du réseau. Habituellement
<dt><a name="x.509" id="x.509">X.509</a></dt>
<dd>Une norme de certificat d'authentification recommandée par l'International
Telecommunication Union (ITU-T) et utilisée pour
- l'authentification SSL/TLS.<br /> Voir : <a href="ssl/">chiffrement SSL/TLS</a>
+ l'authentification SSL/TLS.<br /> Voir :
+ <a href="ssl/">chiffrement SSL/TLS</a>
</dd>
</dl>
</div></div>
</code></p></div>
<p>will compile most modules and build them as DSO modules.
</p>
- <p><em><strong>Caveat: </strong></em><code> --enable-mods-shared=all </code> does not
- actually build all modules. To build all modules then, one might use:
- <div class="example"><p><code>./configure \ <br />
- --with-ldap \ <br />
- --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"
+ <p><strong>Caveat:</strong>
+ <code>--enable-mods-shared=all</code> does not actually build all
+ modules. To build all modules then, one might use:</p>
+ <div class="example"><p><code>
+ ./configure \<br />
+ <span class="indent">
+ --with-ldap \<br />
+ --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"
+ </span>
</code></p></div>
- </p>
</dd>
-
+
<dt><code>--enable-modules=<var>MODULE-LIST</var></code></dt>
<dd>This option behaves similar to <code>--enable-mods-shared</code>,
but will link the given modules statically. This mean, these modules
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:591365 (outdated) -->
+<!-- English Revision: 105989:594896 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more