diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2010-02-25 19:04:44 +0100 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2010-02-25 19:04:44 +0100 |
commit | 31764ef2666165ece31d760dc963504f7a191001 (patch) | |
tree | 1e3bdc1e828f8751a16dc324127c8f25f47f1fff /docs/manual/mod/mod_proxy.html.fr | |
parent | Add -L option to create a hard link to the current log file. (diff) | |
download | apache2-31764ef2666165ece31d760dc963504f7a191001.tar.xz apache2-31764ef2666165ece31d760dc963504f7a191001.zip |
Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.html.fr')
-rw-r--r-- | docs/manual/mod/mod_proxy.html.fr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index 241d196051..bbeda7581c 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -1435,7 +1435,9 @@ requêtes</td></tr> <p><var>protocole</var> est effectivement le protocole à utiliser pour communiquer avec le serveur distant ; ce module ne supporte que - <code>http</code>.</p> + <code>http</code> et <code>https</code>. Lorsqu'on utilise + <code>https</code>, les requêtes sont redirigées par le mandataire + distant en utilisant la méthode HTTP CONNECT.</p> <div class="example"><h3>Exemple</h3><p><code> ProxyRemote http://bons-gars.example.com/ http://gars-mirroirs.example.com:8000<br /> |