diff options
Diffstat (limited to 'docs/manual/urlmapping.html.fr')
-rw-r--r-- | docs/manual/urlmapping.html.fr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/urlmapping.html.fr b/docs/manual/urlmapping.html.fr index 6e40d42c..163e72ed 100644 --- a/docs/manual/urlmapping.html.fr +++ b/docs/manual/urlmapping.html.fr @@ -45,7 +45,7 @@ l'arborescence DocumentRoot</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#notfound">Fichier non trouvé (File Not Found)</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#other">Autres modules de mise en correspondance des URLs</a></li> -</ul><ul class="seealso"><li><a href="#comments_section">Commentaires</a></li></ul></div> +</ul><h3>Voir aussi</h3><ul class="seealso"><li><a href="#comments_section">Commentaires</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> <h2><a name="related" id="related">Modules et directives concernés</a></h2> @@ -251,9 +251,9 @@ dans le répertoire <code>/bar/</code> sur <code>internal.example.com</code> et les renvoie au client comme s'ils appartenaient au serveur local.</p> -<pre class="prettyprint lang-config">ProxyPass "/foo/" "http://internal.example.com/bar/"<br /> -ProxyPassReverse "/foo/" "http://internal.example.com/bar/"<br /> -ProxyPassReverseCookieDomain internal.example.com public.example.com<br /> +<pre class="prettyprint lang-config">ProxyPass "/foo/" "http://internal.example.com/bar/" +ProxyPassReverse "/foo/" "http://internal.example.com/bar/" +ProxyPassReverseCookieDomain internal.example.com public.example.com ProxyPassReverseCookiePath "/foo/" "/bar/"</pre> |