diff options
author | Lucien Gentis <lgentis@apache.org> | 2010-01-04 15:25:15 +0100 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2010-01-04 15:25:15 +0100 |
commit | 158b4db3c5a7470af94b78d90ee10f0be9a1fbc8 (patch) | |
tree | 2d946c7f039983204224af0ddff6a3e3b4fe10b5 /docs/manual/mod/mod_setenvif.xml.fr | |
parent | Name this doc a little more clearly. (diff) | |
download | apache2-158b4db3c5a7470af94b78d90ee10f0be9a1fbc8.tar.xz apache2-158b4db3c5a7470af94b78d90ee10f0be9a1fbc8.zip |
updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_setenvif.xml.fr')
-rw-r--r-- | docs/manual/mod/mod_setenvif.xml.fr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_setenvif.xml.fr b/docs/manual/mod/mod_setenvif.xml.fr index 95c1370e2c..df202ce74b 100644 --- a/docs/manual/mod/mod_setenvif.xml.fr +++ b/docs/manual/mod/mod_setenvif.xml.fr @@ -238,7 +238,7 @@ peuvent se présenter sous les formes suivantes :</p> SetEnvIf Request_URI "\.jpg$" objet_est_une_image=jpg<br /> SetEnvIf Request_URI "\.xbm$" objet_est_une_image=xbm<br /> :<br /> - SetEnvIf Referer www\.mon-domaine\.exemple\.com référant_intra_site<br /> + SetEnvIf Referer www\.mon-domaine\.example\.com référant_intra_site<br /> :<br /> SetEnvIf objet_est_une_image xbm XBIT_PROCESSING=1<br /> :<br /> |