summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy.xml.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2010-04-11 14:25:51 +0200
committerLucien Gentis <lgentis@apache.org>2010-04-11 14:25:51 +0200
commit696d2641d91b56a69aae32645952472549c89ab7 (patch)
treedd71f118ebdd2d80cc501cebae88c70a533b30a9 /docs/manual/mod/mod_proxy.xml.fr
parentRemove useless use of $[, which was long deprecated and is an error with perl... (diff)
downloadapache2-696d2641d91b56a69aae32645952472549c89ab7.tar.xz
apache2-696d2641d91b56a69aae32645952472549c89ab7.zip
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932881 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml.fr')
-rw-r--r--docs/manual/mod/mod_proxy.xml.fr21
1 files changed, 6 insertions, 15 deletions
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr
index 4769964735..5685eefd40 100644
--- a/docs/manual/mod/mod_proxy.xml.fr
+++ b/docs/manual/mod/mod_proxy.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 926430 -->
+<!-- English Revision : 931689 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
@@ -142,6 +142,11 @@
<p>Si en outre, vous d&eacute;sirez activer la mise en cache, consultez la
documentation de <module>mod_cache</module>.</p>
+ <example><title>Mandataire inverse</title>
+ ProxyPass /foo http://foo.example.com/bar<br />
+ ProxyPassReverse /foo http://foo.example.com/bar
+ </example>
+
<example><title>Mandataire direct</title>
ProxyRequests On<br />
ProxyVia On<br />
@@ -154,20 +159,6 @@
</indent>
&lt;/Proxy&gt;
</example>
-
- <example><title>Mandataire inverse</title>
- ProxyRequests Off<br />
- <br />
- &lt;Proxy *&gt;<br />
- <indent>
- Order deny,allow<br />
- Allow from all<br />
- </indent>
- &lt;/Proxy&gt;<br />
- <br />
- ProxyPass /foo http://foo.example.com/bar<br />
- ProxyPassReverse /foo http://foo.example.com/bar
- </example>
</section> <!-- /examples -->