Fw: Re: [LA-discussions] Erreur dans l'erreur

[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]


J'ai fait une erreur sur l'adresse en erreur c'est :
http://aquila.slaes.net/linuxarverne

Gérard
---------- Forwarded Message -----------
From: "Gerard Blanchet" <g.blanchet@xxxxxxxxx>
To: discussions@xxxxxxxxxxxxxxxx
Sent: Tue, 13 Oct 2009 14:29:25 +0300
Subject: Re: [LA-discussions] Apache2 "Authorization Required"

On Tue, 13 Oct 2009 12:55:34 +0200 (CEST), Dominique COMPAN wrote
> Bonjour et merci pour votre aide,
>
> Je suis comme mathieu je n'ai pas ces lignes:
> # Multi-language error messages
> #Include etc/apache22/extra/httpd-multilang-errordoc.conf
>
> et les message d'erreurs sont dans /usr/share/apache2/error
>
> et ce que ne comprend pas c'est que j'ai tous les messages en anglais alors que dans les fichiers erreur ils traduit en plusieur langue ainse qu'en français.
>
> Y at-il côté serveur un paramètre à mettre pour avoir le français ?
>
> Cordialement
>
> Dominique COMPAN

Bonjour,

Chez moi, essayer l'url ci-dessous pour voir l'erreur le répertoire linuxarverne n'existant pas
http://www.aquila.slaes.net/linuxarverne
les messages d'erreur sont dans
/var/www/error

et le fichier /etc/httpd/httpd.conf indique ceci

# The internationalized error documents require mod_alias, mod_include
# and mod_negotiation.  To activate them, uncomment the following 30 lines.

<IfModule mod_negotiation.c>
<IfModule mod_include.c>
    <Directory "/var/www/error">
        AllowOverride None
        Options IncludesNoExec
        AddOutputFilter Includes html
        AddHandler type-map var
        Order allow,deny
        Allow from all
        LanguagePriority en es de fr
        ForceLanguagePriority Prefer Fallback
    </Directory>
    ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
    ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
    ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
    ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
    ErrorDocument 410 /error/HTTP_GONE.html.var
    ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
    ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
    ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
    ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var
</IfModule>
</IfModule>
  
Gérard


--
Gerard Blanchet
+33 0616457355
appel skype sur portable g.blanchet
appel skype sur PC gerardblanchet63

------- End of Forwarded Message -------


--
Gerard Blanchet
+33 0616457355
appel skype sur portable g.blanchet
appel skype sur PC gerardblanchet63


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/