diff options
author | Lucien Gentis <lgentis@apache.org> | 2010-11-14 18:06:11 +0100 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2010-11-14 18:06:11 +0100 |
commit | c288060731004db6d1bdbe3cc250646d6d4214ca (patch) | |
tree | f79e48f40eb99a56d8178b0747e648ce05f8579b /docs/manual/mod/mod_info.xml.fr | |
parent | Return 400 not 503 if we have to abort due to malformed chunked encoding. (diff) | |
download | apache2-c288060731004db6d1bdbe3cc250646d6d4214ca.tar.xz apache2-c288060731004db6d1bdbe3cc250646d6d4214ca.zip |
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_info.xml.fr')
-rw-r--r-- | docs/manual/mod/mod_info.xml.fr | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_info.xml.fr b/docs/manual/mod/mod_info.xml.fr index fd49bd0a49..ccf7205f6b 100644 --- a/docs/manual/mod/mod_info.xml.fr +++ b/docs/manual/mod/mod_info.xml.fr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision : 932389 --> +<!-- English Revision : 1031084 --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> @@ -52,9 +52,7 @@ serveur</description> <Location /infos-serveur><br /> <indent> SetHandler server-info<br /> - Order deny,allow<br /> - Deny from all<br /> - Allow from votre-entreprise.com<br /> + Require host votre-entreprise.com<br /> </indent> </Location> </example> |