diff options
author | Lucien Gentis <lgentis@apache.org> | 2017-08-21 15:43:45 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2017-08-21 15:43:45 +0200 |
commit | ed0e65f49171fc5def9b3a3e7edbf40105240334 (patch) | |
tree | 8f44578e977cb3010442121cc360101fb26366aa /docs/manual/mod/mod_info.html.fr | |
parent | XML update. (diff) | |
download | apache2-ed0e65f49171fc5def9b3a3e7edbf40105240334.tar.xz apache2-ed0e65f49171fc5def9b3a3e7edbf40105240334.zip |
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805630 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_info.html.fr')
-rw-r--r-- | docs/manual/mod/mod_info.html.fr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_info.html.fr b/docs/manual/mod/mod_info.html.fr index e3ea11a8cf..a30764d949 100644 --- a/docs/manual/mod/mod_info.html.fr +++ b/docs/manual/mod/mod_info.html.fr @@ -190,16 +190,16 @@ serveur</td></tr> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="addmoduleinfo" id="addmoduleinfo">Directive</a> <a name="AddModuleInfo" id="AddModuleInfo">AddModuleInfo</a></h2> <table class="directive"> -<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ajoute des données supplémentaires aux informations de -module affichées par le gestionnaire server-info</td></tr> -<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>AddModuleInfo <var>nom-module</var> <var>chaîne</var></code></td></tr> +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Adds additional information to the module +information displayed by the server-info handler</td></tr> +<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>AddModuleInfo <var>module-name</var> <var>string</var></code></td></tr> <tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, serveur virtuel</td></tr> <tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_info</td></tr> </table> - <p>Cette directive permet d'afficher le contenu de <var>chaîne</var> - en tant qu'<strong>Information supplémentaire</strong> interprétée - en HTML pour le module <var>nom-module</var>. Exemple :</p> + <p>This allows the content of <var>string</var> to be shown as + HTML interpreted, <strong>Additional Information</strong> for + the module <var>module-name</var>. Example:</p> <pre class="prettyprint lang-config">AddModuleInfo mod_deflate.c 'See <a \ href="http://httpd.apache.org/docs/trunk/mod/mod_deflate.html">\ |