diff options
author | Lucien Gentis <lgentis@apache.org> | 2016-01-02 18:02:55 +0100 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2016-01-02 18:02:55 +0100 |
commit | e3a66da238e416272f1532d7a94e2d51df64836c (patch) | |
tree | 14e94d7dffc3e68285854031edc872feb25c2d3e /docs/manual/expr.html.fr | |
parent | XML updates. (diff) | |
download | apache2-e3a66da238e416272f1532d7a94e2d51df64836c.tar.xz apache2-e3a66da238e416272f1532d7a94e2d51df64836c.zip |
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1722640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/expr.html.fr')
-rw-r--r-- | docs/manual/expr.html.fr | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index 543c8a8d1c..6772cc850d 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -26,8 +26,6 @@ <p><span>Langues Disponibles: </span><a href="./en/expr.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="./fr/expr.html" title="Français"> fr </a></p> </div> -<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.</div> <p>Historiquement, il existe de nombreuses variantes dans la syntaxe des expressions permettant d'exprimer une condition dans les @@ -592,7 +590,11 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"</pr </If> # Function example in string context -Header set foo-checksum "expr=%{md5:foo}"</pre> +Header set foo-checksum "expr=%{md5:foo}" + +# L'exemple suivant retarde l'évaluation de la clause de condition par rapport à +# <If> +Header always set CustomHeader my-value "expr=%{REQUEST_URI} =~ m#^/special_path.php$#"</pre> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> |