github.com/krum110487/go-htaccess@v0.0.0-20240316004156-60641c8e7598/tests/data/apache_2_2_34/manual/misc/relevant_standards.html.en (about)

     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.2</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" /><link href="http://httpd.apache.org/docs/current/misc/relevant_standards.html" rel="canonical" /></head>
    18  <body id="manual-page"><div id="page-header">
    19  <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.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.2</p>
    21  <img alt="" src="../images/feather.gif" /></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.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div class="retired"><h4>Please note</h4>
    25              <p> This document refers to a legacy release (<strong>2.2</strong>) of Apache httpd. The active release (<strong>2.4</strong>) is documented <a href="http://httpd.apache.org/docs/current">here</a>. If you have not already upgraded, please follow <a href="http://httpd.apache.org/docs/current/upgrading.html">this link</a> for more information.</p>
    26          <p>You may follow <a href="http://httpd.apache.org/docs/current/misc/relevant_standards.html">this link</a> to go to the current version of this document.</p></div><div id="preamble"><h1>Relevant Standards</h1>
    27  <div class="toplang">
    28  <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
    29  <a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
    30  </div>
    31  
    32      <p>This page documents all the relevant standards that the
    33      Apache HTTP Server follows, along with brief descriptions.</p>
    34  
    35      <p>In addition to the information listed below, the following resources
    36      should be consulted:</p>
    37  
    38      <ul>
    39        <li>
    40          <a href="http://purl.org/NET/http-errata">
    41          http://purl.org/NET/http-errata</a> - HTTP/1.1 Specification Errata
    42        </li>
    43        <li>
    44          <a href="http://www.rfc-editor.org/errata.php">
    45          http://www.rfc-editor.org/errata.php</a> - RFC Errata
    46        </li>
    47        <li>
    48          <a href="http://ftp.ics.uci.edu/pub/ietf/http/#RFC">
    49          http://ftp.ics.uci.edu/pub/ietf/http/#RFC</a> - A pre-compiled list
    50          of HTTP related RFCs
    51        </li>
    52      </ul>
    53  
    54      <div class="warning"><h3>Notice</h3>
    55      <p>This document is not yet complete.</p>
    56      </div>
    57  
    58    </div>
    59  <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#http_recommendations">HTTP Recommendations</a></li>
    60  <li><img alt="" src="../images/down.gif" /> <a href="#html_recommendations">HTML Recommendations</a></li>
    61  <li><img alt="" src="../images/down.gif" /> <a href="#authentication">Authentication</a></li>
    62  <li><img alt="" src="../images/down.gif" /> <a href="#language_country_codes">Language/Country Codes</a></li>
    63  </ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
    64  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
    65  <div class="section">
    66  <h2><a name="http_recommendations" id="http_recommendations">HTTP Recommendations</a></h2>
    67  
    68      <p>Regardless of what modules are compiled and used, Apache as a
    69      basic web server complies with the following IETF recommendations:</p>
    70  
    71      <dl>
    72        <dt><a href="http://www.rfc-editor.org/rfc/rfc1945.txt">RFC 1945</a>
    73        (Informational)</dt>
    74  
    75        <dd>The Hypertext Transfer Protocol (HTTP) is an application-level
    76        protocol with the lightness and speed necessary for distributed,
    77        collaborative, hypermedia information systems.  This documents
    78        HTTP/1.0.</dd>
    79  
    80        <dt><a href="http://www.rfc-editor.org/rfc/rfc2616.txt">RFC 2616</a>
    81        (Standards Track)</dt>
    82  
    83        <dd>The Hypertext Transfer Protocol (HTTP) is an
    84        application-level protocol for distributed, collaborative,
    85        hypermedia information systems.  This documents HTTP/1.1.</dd>
    86  
    87        <dt><a href="http://www.rfc-editor.org/rfc/rfc2396.txt">RFC 2396</a>
    88        (Standards Track)</dt>
    89  
    90        <dd>A Uniform Resource Identifier (URI) is a compact string of
    91        characters for identifying an abstract or physical resource.</dd>
    92      </dl>
    93  
    94    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
    95  <div class="section">
    96  <h2><a name="html_recommendations" id="html_recommendations">HTML Recommendations</a></h2>
    97  
    98      <p>Regarding the Hypertext Markup Language, Apache complies with
    99      the following IETF and W3C recommendations:</p>
   100  
   101      <dl>
   102        <dt><a href="http://www.rfc-editor.org/rfc/rfc2854.txt">RFC 2854</a>
   103        (Informational)</dt>
   104  
   105        <dd>This document summarizes the history of HTML development,
   106        and defines the "text/html" MIME type by pointing to the relevant
   107        W3C recommendations.</dd>
   108  
   109        <dt><a href="http://www.w3.org/TR/html401">HTML 4.01 Specification</a>
   110        (<a href="http://www.w3.org/MarkUp/html4-updates/errata">Errata</a>)
   111        </dt>
   112  
   113        <dd>This specification defines the HyperText Markup Language (HTML),
   114        the publishing language of the World Wide Web. This specification
   115        defines HTML 4.01, which is a subversion of HTML 4.</dd>
   116  
   117        <dt><a href="http://www.w3.org/TR/REC-html32">HTML 3.2 Reference
   118        Specification</a></dt>
   119  
   120        <dd>The HyperText Markup Language (HTML) is a simple markup language
   121        used to create hypertext documents that are portable from one
   122        platform to another. HTML documents are SGML documents.</dd>
   123  
   124        <dt><a href="http://www.w3.org/TR/xhtml11/">XHTML 1.1 -
   125        Module-based XHTML</a>
   126        (<a href="http://www.w3.org/2001/04/REC-xhtml-modularization-20010410-errata">Errata</a>)
   127        </dt>
   128  
   129        <dd>This Recommendation defines a new XHTML document type
   130        that is based upon the module framework and modules defined in
   131        Modularization of XHTML.</dd>
   132  
   133        <dt><a href="http://www.w3.org/TR/xhtml1">XHTML 1.0 The
   134        Extensible HyperText Markup Language (Second Edition)</a>
   135        (<a href="http://www.w3.org/2002/08/REC-xhtml1-20020801-errata">Errata</a>)
   136        </dt>
   137  
   138        <dd>This specification defines the Second Edition of XHTML 1.0,
   139        a reformulation of HTML 4 as an XML 1.0 application, and three
   140        DTDs corresponding to the ones defined by HTML 4.</dd>
   141      </dl>
   142  
   143    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   144  <div class="section">
   145  <h2><a name="authentication" id="authentication">Authentication</a></h2>
   146  
   147      <p>Concerning the different methods of authentication, Apache
   148      follows the following IETF recommendations:</p>
   149  
   150      <dl>
   151        <dt><a href="http://www.rfc-editor.org/rfc/rfc2617.txt">RFC 2617</a>
   152        (Draft standard)</dt>
   153  
   154        <dd>"HTTP/1.0", includes the specification for a Basic
   155        Access Authentication scheme.</dd>
   156  
   157      </dl>
   158  
   159    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   160  <div class="section">
   161  <h2><a name="language_country_codes" id="language_country_codes">Language/Country Codes</a></h2>
   162  
   163      <p>The following links document ISO and other language and country
   164      code information:</p>
   165  
   166      <dl>
   167        <dt><a href="http://www.loc.gov/standards/iso639-2/">ISO 639-2</a></dt>
   168  
   169        <dd>ISO 639 provides two sets of language codes, one as a two-letter
   170        code set (639-1) and another as a three-letter code set (this part
   171        of ISO 639) for the representation of names of languages.</dd>
   172  
   173        <dt><a href="http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/index.html">
   174        ISO 3166-1</a></dt>
   175  
   176        <dd>These pages document the country names (official short names
   177        in English) in alphabetical order as given in ISO 3166-1 and the
   178        corresponding ISO 3166-1-alpha-2 code elements.</dd>
   179  
   180        <dt><a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">BCP 47</a>
   181        (Best Current Practice),
   182        <a href="http://www.rfc-editor.org/rfc/rfc3066.txt">RFC 3066</a></dt>
   183  
   184        <dd>This document describes a language tag for use in cases where
   185        it is desired to indicate the language used in an information
   186        object, how to register values for use in this language tag,
   187        and a construct for matching such language tags.</dd>
   188  
   189        <dt><a href="http://www.rfc-editor.org/rfc/rfc3282.txt">RFC 3282</a>
   190        (Standards Track)</dt>
   191  
   192        <dd>This document defines a "Content-language:" header, for use in
   193        cases where one desires to indicate the language of something that
   194        has RFC 822-like headers, like MIME body parts or Web documents,
   195        and an "Accept-Language:" header for use in cases where one wishes
   196        to indicate one's preferences with regard to language.</dd>
   197      </dl>
   198  
   199    </div></div>
   200  <div class="bottomlang">
   201  <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
   202  <a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
   203  </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>
   204  <script type="text/javascript"><!--//--><![CDATA[//><!--
   205  var comments_shortname = 'httpd';
   206  var comments_identifier = 'http://httpd.apache.org/docs/2.2/misc/relevant_standards.html';
   207  (function(w, d) {
   208      if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
   209          d.write('<div id="comments_thread"><\/div>');
   210          var s = d.createElement('script');
   211          s.type = 'text/javascript';
   212          s.async = true;
   213          s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
   214          (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
   215      }
   216      else { 
   217          d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
   218      }
   219  })(window, document);
   220  //--><!]]></script></div><div id="footer">
   221  <p class="apache">Copyright 2017 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>
   222  <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.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[//><!--
   223  if (typeof(prettyPrint) !== 'undefined') {
   224      prettyPrint();
   225  }
   226  //--><!]]></script>
   227  </body></html>