1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-31 19:10:37 +03:00
Files
apache/docs/error
Lars Eilebrecht 8a9f51e8e0 Update wording of the error README file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92399 13f79535-47bb-0310-9956-ffa450edef68
2001-12-08 18:09:35 +00:00
..
2001-11-28 19:52:52 +00:00

 Multi Language Custom Error Documents
 -------------------------------------

 The 'error' directory contains HTTP error messages in multiple languages.
 If the preferred language of a client is available it is selected
 automatically via the MultiViews feature. This feature is enabled
 by default via the Options, Language and ErrorDocument directives.

 You may configure the design and markup of the documents by modifying
 the HTML files in the directory 'error/includes'.


 Supported Languages:
 
  +------------------+------------------------------------------+
  | Language         | Contributed by                           |
  +------------------+------------------------------------------+
  | English (en)     | Lars Eilebrecht                          |
  | German (de)      | Lars Eilebrecht                          |
  | Spanish (es)     | Karla Quintero                           |
  | French (fr)      | Cecile de Crecy                          |
  +------------------+------------------------------------------+
  (Please see http://httpd.apache.org/docs-project/ if you would
   like to contribute the pages in an additional language.)


 Copyright (c) 2001 The Apache Software Foundation. All rights reserved.