]> granicus.if.org Git - apache/blob - docs/manual/misc/relevant_standards.html.en
Documentation rebuild after recent commits
[apache] / docs / manual / misc / relevant_standards.html.en
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
4 <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
5 <!--
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7               This file is generated from xml source: DO NOT EDIT
8         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
9       -->
10 <title>Relevant Standards - Apache HTTP Server Version 2.5</title>
11 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
12 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
13 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
14 <script src="../style/scripts/prettify.min.js" type="text/javascript">
15 </script>
16
17 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
18 <body id="manual-page"><div id="page-header">
19 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
20 <p class="apache">Apache HTTP Server Version 2.5</p>
21 <img alt="" src="../images/feather.png" /></div>
22 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
23 <div id="path">
24 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Relevant Standards</h1>
25 <div class="toplang">
26 <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
27 <a href="../fr/misc/relevant_standards.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
28 <a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
29 </div>
30
31     <p>This page documents all the relevant standards that the
32     Apache HTTP Server follows, along with brief descriptions.</p>
33
34     <p>In addition to the information listed below, the following resources
35     should be consulted:</p>
36
37     <ul>
38       <li>
39         <a href="http://purl.org/NET/http-errata">
40         http://purl.org/NET/http-errata</a> - HTTP/1.1 Specification Errata
41       </li>
42       <li>
43         <a href="http://www.rfc-editor.org/errata.php">
44         http://www.rfc-editor.org/errata.php</a> - RFC Errata
45       </li>
46       <li>
47         <a href="http://ftp.ics.uci.edu/pub/ietf/http/#RFC">
48         http://ftp.ics.uci.edu/pub/ietf/http/#RFC</a> - A pre-compiled list
49         of HTTP related RFCs
50       </li>
51     </ul>
52
53     <div class="warning"><h3>Notice</h3>
54     <p>This document is not yet complete.</p>
55     </div>
56
57   </div>
58 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#http_recommendations">HTTP Recommendations</a></li>
59 <li><img alt="" src="../images/down.gif" /> <a href="#html_recommendations">HTML Recommendations</a></li>
60 <li><img alt="" src="../images/down.gif" /> <a href="#authentication">Authentication</a></li>
61 <li><img alt="" src="../images/down.gif" /> <a href="#language_country_codes">Language/Country Codes</a></li>
62 </ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
63 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
64 <div class="section">
65 <h2><a name="http_recommendations" id="http_recommendations">HTTP Recommendations</a></h2>
66
67     <p>Regardless of what modules are compiled and used, Apache as a
68     basic web server complies with the following IETF recommendations:</p>
69
70     <dl>
71       <dt><a href="http://www.rfc-editor.org/rfc/rfc1945.txt">RFC 1945</a>
72       (Informational)</dt>
73
74       <dd>The Hypertext Transfer Protocol (HTTP) is an application-level
75       protocol with the lightness and speed necessary for distributed,
76       collaborative, hypermedia information systems.  This documents
77       HTTP/1.0.</dd>
78
79       <dt><a href="http://www.rfc-editor.org/rfc/rfc2616.txt">RFC 2616</a>
80       (Standards Track)</dt>
81
82       <dd>The Hypertext Transfer Protocol (HTTP) is an
83       application-level protocol for distributed, collaborative,
84       hypermedia information systems.  This documents HTTP/1.1.</dd>
85
86       <dt><a href="http://www.rfc-editor.org/rfc/rfc2396.txt">RFC 2396</a>
87       (Standards Track)</dt>
88
89       <dd>A Uniform Resource Identifier (URI) is a compact string of
90       characters for identifying an abstract or physical resource.</dd>
91
92       <dt><a href="http://www.rfc-editor.org/rfc/rfc4346.txt">RFC 4346</a>
93       (Standards Track)</dt>
94
95       <dd>The TLS protocol provides communications security over the
96       Internet.  It provides encryption, and is designed to prevent
97       eavesdropping, tampering, and message forgery.</dd>
98     </dl>
99
100   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
101 <div class="section">
102 <h2><a name="html_recommendations" id="html_recommendations">HTML Recommendations</a></h2>
103
104     <p>Regarding the Hypertext Markup Language, Apache complies with
105     the following IETF and W3C recommendations:</p>
106
107     <dl>
108       <dt><a href="http://www.rfc-editor.org/rfc/rfc2854.txt">RFC 2854</a>
109       (Informational)</dt>
110
111       <dd>This document summarizes the history of HTML development,
112       and defines the "text/html" MIME type by pointing to the relevant
113       W3C recommendations.</dd>
114
115       <dt><a href="http://www.w3.org/TR/html401">HTML 4.01 Specification</a>
116       (<a href="http://www.w3.org/MarkUp/html4-updates/errata">Errata</a>)
117       </dt>
118
119       <dd>This specification defines the HyperText Markup Language (HTML),
120       the publishing language of the World Wide Web. This specification
121       defines HTML 4.01, which is a subversion of HTML 4.</dd>
122
123       <dt><a href="http://www.w3.org/TR/REC-html32">HTML 3.2 Reference
124       Specification</a></dt>
125
126       <dd>The HyperText Markup Language (HTML) is a simple markup language
127       used to create hypertext documents that are portable from one
128       platform to another. HTML documents are SGML documents.</dd>
129
130       <dt><a href="http://www.w3.org/TR/xhtml11/">XHTML 1.1 -
131       Module-based XHTML</a>
132       (<a href="http://www.w3.org/MarkUp/2009/xhtml11-2nd-edition-errata.html">Errata</a>)
133       </dt>
134
135       <dd>This Recommendation defines a new XHTML document type
136       that is based upon the module framework and modules defined in
137       Modularization of XHTML.</dd>
138
139       <dt><a href="http://www.w3.org/TR/xhtml1">XHTML 1.0 The
140       Extensible HyperText Markup Language (Second Edition)</a>
141       (<a href="http://www.w3.org/2002/08/REC-xhtml1-20020801-errata/">Errata</a>)
142       </dt>
143
144       <dd>This specification defines the Second Edition of XHTML 1.0,
145       a reformulation of HTML 4 as an XML 1.0 application, and three
146       DTDs corresponding to the ones defined by HTML 4.</dd>
147     </dl>
148
149   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
150 <div class="section">
151 <h2><a name="authentication" id="authentication">Authentication</a></h2>
152
153     <p>Concerning the different methods of authentication, Apache
154     follows the following IETF recommendations:</p>
155
156     <dl>
157       <dt><a href="http://www.rfc-editor.org/rfc/rfc2617.txt">RFC 2617</a>
158       (Standards Track)</dt>
159
160       <dd>"HTTP/1.0", includes the specification for a Basic
161       Access Authentication scheme.</dd>
162
163     </dl>
164
165   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
166 <div class="section">
167 <h2><a name="language_country_codes" id="language_country_codes">Language/Country Codes</a></h2>
168
169     <p>The following links document ISO and other language and country
170     code information:</p>
171
172     <dl>
173       <dt><a href="http://www.loc.gov/standards/iso639-2/">ISO 639-2</a></dt>
174
175       <dd>ISO 639 provides two sets of language codes, one as a two-letter
176       code set (639-1) and another as a three-letter code set (this part
177       of ISO 639) for the representation of names of languages.</dd>
178
179       <dt><a href="http://www.iso.org/iso/country_codes">
180       ISO 3166-1</a></dt>
181
182       <dd>These pages document the country names (official short names
183       in English) in alphabetical order as given in ISO 3166-1 and the
184       corresponding ISO 3166-1-alpha-2 code elements.</dd>
185
186       <dt><a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">BCP 47</a>
187       (Best Current Practice),
188       <a href="http://www.rfc-editor.org/rfc/rfc3066.txt">RFC 3066</a></dt>
189
190       <dd>This document describes a language tag for use in cases where
191       it is desired to indicate the language used in an information
192       object, how to register values for use in this language tag,
193       and a construct for matching such language tags.</dd>
194
195       <dt><a href="http://www.rfc-editor.org/rfc/rfc3282.txt">RFC 3282</a>
196       (Standards Track)</dt>
197
198       <dd>This document defines a "Content-language:" header, for use in
199       cases where one desires to indicate the language of something that
200       has RFC 822-like headers, like MIME body parts or Web documents,
201       and an "Accept-Language:" header for use in cases where one wishes
202       to indicate one's preferences with regard to language.</dd>
203     </dl>
204
205   </div></div>
206 <div class="bottomlang">
207 <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
208 <a href="../fr/misc/relevant_standards.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
209 <a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
210 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
211 <script type="text/javascript"><!--//--><![CDATA[//><!--
212 var comments_shortname = 'httpd';
213 var comments_identifier = 'http://httpd.apache.org/docs/trunk/misc/relevant_standards.html';
214 (function(w, d) {
215     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
216         d.write('<div id="comments_thread"><\/div>');
217         var s = d.createElement('script');
218         s.type = 'text/javascript';
219         s.async = true;
220         s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
221         (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
222     }
223     else {
224         d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
225     }
226 })(window, document);
227 //--><!]]></script></div><div id="footer">
228 <p class="apache">Copyright 2016 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
229 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
230 if (typeof(prettyPrint) !== 'undefined') {
231     prettyPrint();
232 }
233 //--><!]]></script>
234 </body></html>