]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:24:18 +0000 (14:24 +0000)
committerAndré Malo <nd@apache.org>
Wed, 14 Nov 2007 14:24:18 +0000 (14:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594898 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/glossary.html.fr
docs/manual/programs/configure.html.en
docs/manual/programs/configure.xml.ko

index 113cfe204d688a4c6d1c1320fe0173e820b8eb75..119f97edba1c57217994ef377fd4b89e362e9852 100644 (file)
@@ -33,6 +33,7 @@
 <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
@@ -534,7 +534,8 @@ Localisation de Ressource Uniformis
      <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>
index fafa6b6f98b665f0308c052cf5015ae6496bb92b..ab3a7f1159923f6a41185f984547a06301acf456 100644 (file)
           </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
index 3bb3adda7601e94c186587137e9c43d503eb4e5d..5e708bbfb05fb6bfa4e1c1c11251e9a9da717104 100644 (file)
@@ -1,7 +1,7 @@
 <?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