~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to docs/manual/misc/relevant_standards.html.en

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20061209210545-l2c6ssmet17xa2o3
ImportĀ upstreamĀ versionĀ 2.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
5
              This file is generated from xml source: DO NOT EDIT
 
6
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
7
      -->
 
8
<title>Relevant Standards - Apache HTTP Server</title>
 
9
<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
 
10
<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
 
11
<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
 
12
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
 
13
<body id="manual-page"><div id="page-header">
 
14
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
 
15
<p class="apache">Apache HTTP Server Version 2.2</p>
 
16
<img alt="" src="../images/feather.gif" /></div>
 
17
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
 
18
<div id="path">
 
19
<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.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Relevant Standards</h1>
 
20
<div class="toplang">
 
21
<p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
 
22
<a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 
23
</div>
 
24
 
 
25
    <p>This page documents all the relevant standards that the
 
26
    Apache HTTP Server follows, along with brief descriptions.</p>
 
27
 
 
28
    <p>In addition to the information listed below, the following resources
 
29
    should be consulted:</p>
 
30
 
 
31
    <ul>
 
32
      <li>
 
33
        <a href="http://purl.org/NET/http-errata">
 
34
        http://purl.org/NET/http-errata</a> - HTTP/1.1 Specification Errata
 
35
      </li>
 
36
      <li>
 
37
        <a href="http://www.rfc-editor.org/errata.html">
 
38
        http://www.rfc-editor.org/errata.html</a> - RFC Errata
 
39
      </li>
 
40
      <li>
 
41
        <a href="http://ftp.ics.uci.edu/pub/ietf/http/#RFC">
 
42
        http://ftp.ics.uci.edu/pub/ietf/http/#RFC</a> - A pre-compiled list
 
43
        of HTTP related RFCs
 
44
      </li>
 
45
    </ul>
 
46
 
 
47
    <div class="warning"><h3>Notice</h3>
 
48
    <p>This document is not yet complete.</p>
 
49
    </div>
 
50
 
 
51
  </div>
 
52
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#http_recommendations">HTTP Recommendations</a></li>
 
53
<li><img alt="" src="../images/down.gif" /> <a href="#html_recommendations">HTML Recommendations</a></li>
 
54
<li><img alt="" src="../images/down.gif" /> <a href="#authentication">Authentication</a></li>
 
55
<li><img alt="" src="../images/down.gif" /> <a href="#language_country_codes">Language/Country Codes</a></li>
 
56
</ul></div>
 
57
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 
58
<div class="section">
 
59
<h2><a name="http_recommendations" id="http_recommendations">HTTP Recommendations</a></h2>
 
60
 
 
61
    <p>Regardless of what modules are compiled and used, Apache as a
 
62
    basic web server complies with the following IETF recommendations:</p>
 
63
 
 
64
    <dl>
 
65
      <dt><a href="http://www.rfc-editor.org/rfc/rfc1945.txt">RFC 1945</a>
 
66
      (Informational)</dt>
 
67
 
 
68
      <dd>The Hypertext Transfer Protocol (HTTP) is an application-level
 
69
      protocol with the lightness and speed necessary for distributed,
 
70
      collaborative, hypermedia information systems.  This documents
 
71
      HTTP/1.0.</dd>
 
72
 
 
73
      <dt><a href="http://www.rfc-editor.org/rfc/rfc2616.txt">RFC 2616</a>
 
74
      (Standards Track)</dt>
 
75
 
 
76
      <dd>The Hypertext Transfer Protocol (HTTP) is an
 
77
      application-level protocol for distributed, collaborative,
 
78
      hypermedia information systems.  This documents HTTP/1.1.</dd>
 
79
 
 
80
      <dt><a href="http://www.rfc-editor.org/rfc/rfc2396.txt">RFC 2396</a>
 
81
      (Standards Track)</dt>
 
82
 
 
83
      <dd>A Uniform Resource Identifier (URI) is a compact string of
 
84
      characters for identifying an abstract or physical resource.</dd>
 
85
    </dl>
 
86
 
 
87
  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 
88
<div class="section">
 
89
<h2><a name="html_recommendations" id="html_recommendations">HTML Recommendations</a></h2>
 
90
 
 
91
    <p>Regarding the Hypertext Markup Language, Apache complies with
 
92
    the following IETF and W3C recommendations:</p>
 
93
 
 
94
    <dl>
 
95
      <dt><a href="http://www.rfc-editor.org/rfc/rfc2854.txt">RFC 2854</a>
 
96
      (Informational)</dt>
 
97
 
 
98
      <dd>This document summarizes the history of HTML development,
 
99
      and defines the "text/html" MIME type by pointing to the relevant
 
100
      W3C recommendations.</dd>
 
101
 
 
102
      <dt><a href="http://www.w3.org/TR/html401">HTML 4.01 Specification</a>
 
103
      (<a href="http://www.w3.org/MarkUp/html4-updates/errata">Errata</a>)
 
104
      </dt>
 
105
 
 
106
      <dd>This specification defines the HyperText Markup Language (HTML),
 
107
      the publishing language of the World Wide Web. This specification
 
108
      defines HTML 4.01, which is a subversion of HTML 4.</dd>
 
109
 
 
110
      <dt><a href="http://www.w3.org/TR/REC-html32">HTML 3.2 Reference
 
111
      Specification</a></dt>
 
112
 
 
113
      <dd>The HyperText Markup Language (HTML) is a simple markup language
 
114
      used to create hypertext documents that are portable from one
 
115
      platform to another. HTML documents are SGML documents.</dd>
 
116
 
 
117
      <dt><a href="http://www.w3.org/TR/xhtml11/">XHTML 1.1 -
 
118
      Module-based XHTML</a>
 
119
      (<a href="http://www.w3.org/2001/04/REC-xhtml-modularization-20010410-errata">Errata</a>)
 
120
      </dt>
 
121
 
 
122
      <dd>This Recommendation defines a new XHTML document type
 
123
      that is based upon the module framework and modules defined in
 
124
      Modularization of XHTML.</dd>
 
125
 
 
126
      <dt><a href="http://www.w3.org/TR/xhtml1">XHTML 1.0 The
 
127
      Extensible HyperText Markup Language (Second Edition)</a>
 
128
      (<a href="http://www.w3.org/2002/08/REC-xhtml1-20020801-errata">Errata</a>)
 
129
      </dt>
 
130
 
 
131
      <dd>This specification defines the Second Edition of XHTML 1.0,
 
132
      a reformulation of HTML 4 as an XML 1.0 application, and three
 
133
      DTDs corresponding to the ones defined by HTML 4.</dd>
 
134
    </dl>
 
135
 
 
136
  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 
137
<div class="section">
 
138
<h2><a name="authentication" id="authentication">Authentication</a></h2>
 
139
 
 
140
    <p>Concerning the different methods of authentication, Apache
 
141
    follows the following IETF recommendations:</p>
 
142
 
 
143
    <dl>
 
144
      <dt><a href="http://www.rfc-editor.org/rfc/rfc2617.txt">RFC 2617</a>
 
145
      (Draft standard)</dt>
 
146
 
 
147
      <dd>"HTTP/1.0", includes the specification for a Basic
 
148
      Access Authentication scheme.</dd>
 
149
 
 
150
    </dl>
 
151
 
 
152
  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 
153
<div class="section">
 
154
<h2><a name="language_country_codes" id="language_country_codes">Language/Country Codes</a></h2>
 
155
 
 
156
    <p>The following links document ISO and other language and country
 
157
    code information:</p>
 
158
 
 
159
    <dl>
 
160
      <dt><a href="http://www.loc.gov/standards/iso639-2/">ISO 639-2</a></dt>
 
161
 
 
162
      <dd>ISO 639 provides two sets of language codes, one as a two-letter
 
163
      code set (639-1) and another as a three-letter code set (this part
 
164
      of ISO 639) for the representation of names of languages.</dd>
 
165
 
 
166
      <dt><a href="http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/index.html">
 
167
      ISO 3166-1</a></dt>
 
168
 
 
169
      <dd>These pages document the country names (official short names
 
170
      in English) in alphabetical order as given in ISO 3166-1 and the
 
171
      corresponding ISO 3166-1-alpha-2 code elements.</dd>
 
172
 
 
173
      <dt><a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">BCP 47</a>
 
174
      (Best Current Practice),
 
175
      <a href="http://www.rfc-editor.org/rfc/rfc3066.txt">RFC 3066</a></dt>
 
176
 
 
177
      <dd>This document describes a language tag for use in cases where
 
178
      it is desired to indicate the language used in an information
 
179
      object, how to register values for use in this language tag,
 
180
      and a construct for matching such language tags.</dd>
 
181
 
 
182
      <dt><a href="http://www.rfc-editor.org/rfc/rfc3282.txt">RFC 3282</a>
 
183
      (Standards Track)</dt>
 
184
 
 
185
      <dd>This document defines a "Content-language:" header, for use in
 
186
      cases where one desires to indicate the language of something that
 
187
      has RFC 822-like headers, like MIME body parts or Web documents,
 
188
      and an "Accept-Language:" header for use in cases where one wishes
 
189
      to indicate one's preferences with regard to language.</dd>
 
190
    </dl>
 
191
 
 
192
  </div></div>
 
193
<div class="bottomlang">
 
194
<p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
 
195
<a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 
196
</div><div id="footer">
 
197
<p class="apache">Copyright 2006 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>
 
198
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
 
199
</body></html>
 
 
b'\\ No newline at end of file'