1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr"><head>
4 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
6 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7 This file is generated from xml source: DO NOT EDIT
8 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
10 <title>mod_proxy_express - Serveur HTTP Apache Version 2.5</title>
11 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
12 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
13 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
14 <script src="../style/scripts/prettify.min.js" type="text/javascript">
17 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
19 <div id="page-header">
20 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p>
21 <p class="apache">Serveur HTTP Apache Version 2.5</p>
22 <img alt="" src="../images/feather.png" /></div>
23 <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
25 <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">Serveur HTTP</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.5</a> > <a href="./">Modules</a></div>
26 <div id="page-content">
27 <div id="preamble"><h1>Module Apache mod_proxy_express</h1>
29 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_proxy_express.html" hreflang="en" rel="alternate" title="English"> en </a> |
30 <a href="../fr/mod/mod_proxy_express.html" title="Français"> fr </a></p>
32 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Extension à <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> pour le mandatement
33 dynamique inverse de masse</td></tr>
34 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
35 <tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur de Module:</a></th><td>proxy_express_module</td></tr>
36 <tr><th><a href="module-dict.html#SourceFile">Fichier Source:</a></th><td>mod_proxy_express.c</td></tr>
37 <tr><th><a href="module-dict.html#Compatibility">Compatibilité:</a></th><td>Disponible à partir de la version 2.3.13 du serveur HTTP Apache</td></tr></table>
40 <p>Ce module crée dynamiquement en masse des mandataires inverses en
41 faisant correspondre l'en-tête <code>Host:</code> de la requête HTTP à un nom de
42 serveur et une URL d'arrière-plan stockés dans un fichier DBM. Il
43 est ainsi plus aisé d'utiliser un grand nombre de
44 mandataires inverses sans avoir à modifier la configuration. Il est
45 loin de posséder autant de fonctionnalités que
46 <code class="module"><a href="../mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code> qui propose aussi la croissance
47 dynamique, mais il est conçu pour gérer un nombre beaucoup plus important
48 de serveurs d'arrière-plan. Il convient parfaitement pour créer un
49 commutateur HTTP frontal et pour les architectures Microservices.</p>
51 <p>Pour pouvoir être utilisé, ce module nécessite le chargement de
52 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>.</p>
54 <div class="warning"><h3>Avertissement</h3>
55 <p>N'activez le mandatement que si vous avez <a href="mod_proxy.html#access">sécurisé votre serveur</a>. Les
56 serveurs mandataires ouverts sont dangereux pour votre réseau, et
57 dans une plus large mesure pour Internet.</p>
60 <div class="note"><h3>Limitations</h3>
62 <li>Ce module n'est pas conçu pour remplacer les fonctionnalités dynamiques
63 de <code class="module"><a href="../mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code>. Par contre, il peut constituer une
64 alternative légère et rapide à <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> lorsque ce
65 dernier utilise la directive <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> et le drapeau <code>[P]</code>
66 pour le mandatement inverse à partir d'une table de correspondances.
68 <li>Il ne supporte pas les mises en correspondance basées sur les
69 expressions rationnelles ou les modèles.
72 <pre class="prettyprint lang-config"><VirtualHost *:80>
73 ServerName front.end.server
74 ProxyPass "/" "back.end.server:port"
75 ProxyPassReverse "/" "back.end.server:port"
76 </VirtualHost></pre>
78 En d'autres termes, l'URL dans son ensemble est ajoutée à l'URL
79 d'arrière-plan correspondante, tout ceci dans le but de
80 proposer un commutateur mandataire inverse simple mais rapide.
86 <div id="quickview"><h3 class="directives">Directives</h3>
88 <li><img alt="" src="../images/down.gif" /> <a href="#proxyexpressdbmfile">ProxyExpressDBMFile</a></li>
89 <li><img alt="" src="../images/down.gif" /> <a href="#proxyexpressdbmtype">ProxyExpressDBMType</a></li>
90 <li><img alt="" src="../images/down.gif" /> <a href="#proxyexpressenable">ProxyExpressEnable</a></li>
92 <h3>Traitement des bugs</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">Journal des modifications de httpd</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component=mod_proxy_express">Problèmes connus</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&component=mod_proxy_express">Signaler un bug</a></li></ul><h3>Voir aussi</h3>
94 <li><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></li>
95 <li><code class="directive"><a href="../mod/mod_proxy.html#balancermember">BalancerMember</a></code></li>
96 <li><code class="directive"><a href="../mod/mod_proxy.html#balancergrowth">BalancerGrowth</a></code></li>
97 <li><code class="directive"><a href="../mod/mod_proxy.html#balancerpersist">BalancerPersist</a></code></li>
98 <li><code class="directive"><a href="../mod/mod_proxy.html#balancerinherit">BalancerInherit</a></code></li>
99 <li><a href="#comments_section">Commentaires</a></li></ul></div>
101 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
102 <div class="directive-section"><h2><a name="proxyexpressdbmfile" id="proxyexpressdbmfile">Directive</a> <a name="ProxyExpressDBMFile" id="ProxyExpressDBMFile">ProxyExpressDBMFile</a> <a title="Lien permanent" href="#proxyexpressdbmfile" class="permalink">¶</a></h2>
103 <table class="directive">
104 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Chemin du fichier DBM.</td></tr>
105 <tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>ProxyExpressDBMFile <var>pathname</var></code></td></tr>
106 <tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration globale, serveur virtuel</td></tr>
107 <tr><th><a href="directive-dict.html#Override">Surcharges autorisées:</a></th><td>FileInfo</td></tr>
108 <tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
109 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy_express</td></tr>
111 <p>La directive <code class="directive">ProxyExpressDBMFile</code> permet de
112 définir le chemin du fichier DBM de correspondance Express. Ce fichier
113 permet de faire correspondre le nom de serveur extrait de l'en-tête
114 <code>Host:</code> de la requête entrante avec une URL d'arrière-plan.</p>
116 <div class="note"><h3>Note</h3>
117 <p>Ce fichier est élaboré à partir d'un fichier texte à l'aide de
118 l'utilitaire <code><a href="../programs/httxt2dbm.html">httxt2dbm</a></code>.</p>
120 <div class="example"><h3>Fichier de correspondances ProxyExpress</h3><p><code>
122 ##express-map.txt:<br />
125 www1.example.com http://192.168.211.2:8080<br />
126 www2.example.com http://192.168.211.12:8088<br />
127 www3.example.com http://192.168.212.10<br />
130 <div class="example"><h3>Création du fichier DBM</h3><p><code>
131 httxt2dbm -i express-map.txt -o emap<br />
134 <div class="example"><h3>Configuration</h3><pre class="prettyprint lang-config">ProxyExpressEnable on
135 ProxyExpressDBMFile emap</pre>
140 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
141 <div class="directive-section"><h2><a name="proxyexpressdbmtype" id="proxyexpressdbmtype">Directive</a> <a name="ProxyExpressDBMType" id="ProxyExpressDBMType">ProxyExpressDBMType</a> <a title="Lien permanent" href="#proxyexpressdbmtype" class="permalink">¶</a></h2>
142 <table class="directive">
143 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Type de fichier DBM.</td></tr>
144 <tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>ProxyExpressDBMType <var>type</var></code></td></tr>
145 <tr><th><a href="directive-dict.html#Default">Défaut:</a></th><td><code>ProxyExpressDBMType default</code></td></tr>
146 <tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration globale, serveur virtuel</td></tr>
147 <tr><th><a href="directive-dict.html#Override">Surcharges autorisées:</a></th><td>FileInfo</td></tr>
148 <tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
149 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy_express</td></tr>
151 <p>La directive <code class="directive">ProxyExpressDBMType</code> permet de
152 définir le type de fichier DBM requis par le module. La valeur par
153 défaut correspond au type DBM par défaut du fichier créé par
154 l'utilitaire <code><a href="../programs/httxt2dbm.html">httxt2dbm</a></code>.</p>
155 <p>Les valeurs possibles sont (mais toutes ne seront pas disponibles à
157 <table class="bordered"><tr class="header"><th>Value</th><th>Description</th></tr>
158 <tr><td><code>db</code></td><td>Fichiers Berkeley DB</td></tr>
159 <tr class="odd"><td><code>gdbm</code></td><td>Fichiers GDBM</td></tr>
160 <tr><td><code>ndbm</code></td><td>Fichiers NDBM</td></tr>
161 <tr class="odd"><td><code>sdbm</code></td><td>Fichiers SDBM (toujours disponible)</td></tr>
162 <tr><td><code>default</code></td><td>type DBM par défaut</td></tr>
167 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
168 <div class="directive-section"><h2><a name="proxyexpressenable" id="proxyexpressenable">Directive</a> <a name="ProxyExpressEnable" id="ProxyExpressEnable">ProxyExpressEnable</a> <a title="Lien permanent" href="#proxyexpressenable" class="permalink">¶</a></h2>
169 <table class="directive">
170 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Active la fonctionnalité du module.</td></tr>
171 <tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>ProxyExpressEnable on|off</code></td></tr>
172 <tr><th><a href="directive-dict.html#Default">Défaut:</a></th><td><code>ProxyExpressEnable off</code></td></tr>
173 <tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration globale, serveur virtuel</td></tr>
174 <tr><th><a href="directive-dict.html#Override">Surcharges autorisées:</a></th><td>FileInfo</td></tr>
175 <tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
176 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy_express</td></tr>
178 <p>La directive <code class="directive">ProxyExpressEnable</code> permet
179 d'activer/désactiver le module.</p>
183 <div class="bottomlang">
184 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_proxy_express.html" hreflang="en" rel="alternate" title="English"> en </a> |
185 <a href="../fr/mod/mod_proxy_express.html" title="Français"> fr </a></p>
186 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
187 <script type="text/javascript"><!--//--><![CDATA[//><!--
188 var comments_shortname = 'httpd';
189 var comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_proxy_express.html';
191 if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
192 d.write('<div id="comments_thread"><\/div>');
193 var s = d.createElement('script');
194 s.type = 'text/javascript';
196 s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
197 (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
200 d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
202 })(window, document);
203 //--><!]]></script></div><div id="footer">
204 <p class="apache">Copyright 2019 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
205 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
206 if (typeof(prettyPrint) !== 'undefined') {