diff options
author | Lucien Gentis <lgentis@apache.org> | 2016-08-13 17:22:09 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2016-08-13 17:22:09 +0200 |
commit | 0118e81cce70db24a6d9c4bed3e35e57b1b23cd0 (patch) | |
tree | 8ec46cddfa17137d761729d407a1adcfe06a7d70 /docs/manual/urlmapping.xml.fr | |
parent | rebuild various recent changes (diff) | |
download | apache2-0118e81cce70db24a6d9c4bed3e35e57b1b23cd0.tar.xz apache2-0118e81cce70db24a6d9c4bed3e35e57b1b23cd0.zip |
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/urlmapping.xml.fr')
-rw-r--r-- | docs/manual/urlmapping.xml.fr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/urlmapping.xml.fr b/docs/manual/urlmapping.xml.fr index 5bc6123315..5aeadf686d 100644 --- a/docs/manual/urlmapping.xml.fr +++ b/docs/manual/urlmapping.xml.fr @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> -<!-- English Revision: 1741874:1755981 (outdated) --> +<!-- English Revision: 1755981 --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -280,7 +280,7 @@ dans le répertoire et les renvoie au client comme s'ils appartenaient au serveur local.</p> <highlight language="config"> -ProxyPass "/foo/" "http://internal.example.com/bar/" +ProxyPass "/foo/" "http://internal.example.com/bar/" ProxyPassReverse "/foo/" "http://internal.example.com/bar/" ProxyPassReverseCookieDomain internal.example.com public.example.com ProxyPassReverseCookiePath "/foo/" "/bar/" |