• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Mar-2022-

include/H03-May-2022-

HTTP_BAD_GATEWAY.html.varH A D06-Jul-201811.3 KiB372286

HTTP_BAD_REQUEST.html.varH A D06-Jul-20188.1 KiB267204

HTTP_FORBIDDEN.html.varH A D06-Jul-201814.2 KiB477330

HTTP_GONE.html.varH A D06-Jul-201816.2 KiB535367

HTTP_INTERNAL_SERVER_ERROR.html.varH A D06-Jul-201816.5 KiB577390

HTTP_LENGTH_REQUIRED.html.varH A D06-Jul-20189.2 KiB280216

HTTP_METHOD_NOT_ALLOWED.html.varH A D06-Jul-20188.2 KiB270207

HTTP_NOT_FOUND.html.varH A D06-Jul-201816.5 KiB537375

HTTP_NOT_IMPLEMENTED.html.varH A D06-Jul-20187.7 KiB255192

HTTP_PRECONDITION_FAILED.html.varH A D06-Jul-20187.9 KiB258195

HTTP_REQUEST_ENTITY_TOO_LARGE.html.varH A D06-Jul-20189.5 KiB283220

HTTP_REQUEST_TIME_OUT.html.varH A D06-Jul-20188.6 KiB271208

HTTP_REQUEST_URI_TOO_LARGE.html.varH A D06-Jul-20188.7 KiB272209

HTTP_SERVICE_UNAVAILABLE.html.varH A D06-Jul-20189.6 KiB287225

HTTP_UNAUTHORIZED.html.varH A D06-Jul-201816.4 KiB424317

HTTP_UNSUPPORTED_MEDIA_TYPE.html.varH A D06-Jul-20187.6 KiB253190

HTTP_VARIANT_ALSO_VARIES.html.varH A D06-Jul-20188.6 KiB279216

READMEH A D06-Jul-20182.2 KiB4134

contact.html.varH A D28-Feb-20215.5 KiB154133

README

1
2 Multi Language Custom Error Documents
3 -------------------------------------
4
5 The 'error' directory contains HTTP error messages in multiple languages.
6 If the preferred language of a client is available it is selected
7 automatically via the MultiViews feature. This feature is enabled
8 by default via the Options, Language and ErrorDocument directives.
9
10 You may configure the design and markup of the documents by modifying
11 the HTML files in the directory 'error/include'.
12
13 Supported Languages:
14
15  +-----------------------+------------------------------------------+
16  | Language              | Contributed by                           |
17  +-----------------------+------------------------------------------+
18  | Brazilian (pt-br)     | Ricardo Leite                            |
19  | Chinese (zh-cn/zh-tw) | CodeingBoy & popcorner                   |
20  | Czech (cs)            | Marcel Kolaja                            |
21  | Dutch (nl)            | Peter Van Biesen                         |
22  | English (en)          | Lars Eilebrecht                          |
23  | French (fr)           | Cecile de Crecy                          |
24  | German (de)           | Lars Eilebrecht                          |
25  | Italian (it)          | Luigi Rosa                               |
26  | Japanese (ja)         | TAKAHASHI Makoto                         |
27  | Korean (ko)           | Jaeho Shin                               |
28  | Norwegian Bokmål (nb) | Tom Fredrik Klaussen                     |
29  | Polish (pl)           | Tomasz Kepczynski                        |
30  | Romanian (ro)         | Andrei Besleaga                          |
31  | Russian (ru)          | Alexander Gaganashvili                   |
32  | Serbian (sr)          | Nikola Smolenski                         |
33  | Spanish (es)          | Karla Quintero                           |
34  | Swedish (sv)          | Thomas Sjögren                           |
35  | Turkish (tr)          | Emre Sokullu & Nilgün Belma Bugüner      |
36  | Irish (ga)            | Noirin Shirley                           |
37  +-----------------------+------------------------------------------+
38  (Please see http://httpd.apache.org/docs-project/ if you would
39   like to contribute the pages in an additional language.)
40
41