diff options
author | Rainer Jung <rjung@apache.org> | 2010-06-07 00:29:36 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2010-06-07 00:29:36 +0200 |
commit | fcf558c6085bdd9f8a14fd316b1eda6c22f2adb6 (patch) | |
tree | d60fdf63168a30a4ced7fe8b756466544d5cb510 /docs/manual/env.html.fr | |
parent | Adapt docs to modules now being build dynamically by default. (diff) | |
download | apache2-fcf558c6085bdd9f8a14fd316b1eda6c22f2adb6.tar.xz apache2-fcf558c6085bdd9f8a14fd316b1eda6c22f2adb6.zip |
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/env.html.fr')
-rw-r--r-- | docs/manual/env.html.fr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/env.html.fr b/docs/manual/env.html.fr index d8c2b91ab3..cf15d336db 100644 --- a/docs/manual/env.html.fr +++ b/docs/manual/env.html.fr @@ -466,10 +466,10 @@ BrowserMatch "JDK/1\.0" force-response-1.0</pre></div> définies. Nous supposons que toutes vos images sont enregistrées dans un répertoire nommé <code>/web/images</code>.</p> <div class="example"><p><code> - SetEnvIf Referer "^http://www\.example\.com/" local_referal - # Allow browsers that do not send Referer info - SetEnvIf Referer "^$" local_referal - <Directory /web/images> + SetEnvIf Referer "^http://www\.example\.com/" local_referal<br /> + # Allow browsers that do not send Referer info<br /> + SetEnvIf Referer "^$" local_referal<br /> + <Directory /web/images><br /> <span class="indent"> Order Deny,Allow<br /> Deny from all<br /> |