diff options
author | Lucien Gentis <lgentis@apache.org> | 2012-08-07 18:17:05 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2012-08-07 18:17:05 +0200 |
commit | 5b08977d0f4b4e63c23532bee221d2c77af31991 (patch) | |
tree | 66385e5eed59057b505d721739b94dd80a66f429 | |
parent | xforms (diff) | |
download | apache2-5b08977d0f4b4e63c23532bee221d2c77af31991.tar.xz apache2-5b08977d0f4b4e63c23532bee221d2c77af31991.zip |
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370336 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/custom-error.xml.fr | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual/custom-error.xml.fr b/docs/manual/custom-error.xml.fr index bdbeeced67..4ec3c393e2 100644 --- a/docs/manual/custom-error.xml.fr +++ b/docs/manual/custom-error.xml.fr @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?> -<!-- English Revision: 1330883:1361157 (outdated) --> +<!-- English Revision : 1361157 --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> @@ -155,12 +155,12 @@ ErrorDocument 401 /subscription/how_to_subscribe.html par une directive ErrorDocument pourrait contenir ce qui suit :</p> - <example> - ... <br /> - print "Content-type: text/html\n"; <br /> - printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br /> - ... - </example> + <highlight language="perl"> +... +print "Content-type: text/html\n"; <br /> +printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br /> +... + </highlight> <p>Si un script est dédié à la gestion d'une condition d'erreur spécifique, telle que <code>404 Not Found</code>, il @@ -186,10 +186,10 @@ ErrorDocument 401 /subscription/how_to_subscribe.html <p>Dans le fichier de configuration de votre serveur, vous trouverez un groupe de lignes du style :</p> - <example> + <highlight language="config"> # Multi-language error messages<br /> #Include conf/extra/httpd-multilang-errordoc.conf - </example> + </highlight> <p>Décommentez la ligne <code>Include</code> pour activer cette fonctionnalité, et présenter des messages d'erreur dont le langage |