home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / apache_2.2.8-win32-x86-no_ssl.msi / Data1.cab / _BDE978F88071E12B6521BCC454FDB416 < prev    next >
Extensible Markup Language  |  2007-11-14  |  27KB  |  457 lines

  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>Glossary - 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" class="no-sidebar"><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="<-" alt="<-" src="./images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Glossary</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
  22. <a href="./en/glossary.html" title="English"> en </a> |
  23. <a href="./es/glossary.html" hreflang="es" rel="alternate" title="Espa±ol"> es </a> |
  24. <a href="./fr/glossary.html" hreflang="fr" rel="alternate" title="Franτais"> fr </a> |
  25. <a href="./ko/glossary.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  26. </div>
  27.  
  28.     <p>This glossary defines some of the common terminology related to Apache in
  29.       particular, and web serving in general.  More information on each concept
  30.       is provided in the links.</p>
  31.   </div>
  32. <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  33. <div class="section">
  34. <h2><a name="definitions" id="definitions">Definitions</a></h2>
  35.  
  36.   <dl>
  37.     <dt><a name="accesscontrol" id="accesscontrol">Access Control</a></dt>
  38.     <dd>The restriction of access to network realms. In an Apache context
  39.       usually the restriction of access to certain <em>URLs</em>.<br /> See:  <a href="howto/auth.html">Authentication, Authorization, and Access
  40.       Control</a>
  41.     </dd>
  42.     
  43.     <dt><a name="algorithm" id="algorithm">Algorithm</a></dt>
  44.     
  45.     <dd>An unambiguous formula or set of rules for solving a problem in a finite
  46.       number of steps. Algorithms for encryption are usually called
  47.       <dfn>Ciphers</dfn>.
  48.     </dd>
  49.     
  50.     <dt><a name="apacheextensiontool" id="apacheextensiontool">APache
  51.         eXtension Tool</a> <a name="apxs" id="apxs">(apxs)</a></dt>
  52.     <dd>A perl script that aids in compiling <a class="glossarylink" href="./glossary.html#module" title="see glossary">module</a> sources into Dynamic Shared Objects
  53.       (<a class="glossarylink" href="./glossary.html#dso" title="see glossary">DSO</a>s) and helps install them in the
  54.       Apache Web server.<br />
  55.       See: Manual Page: <code class="program"><a href="./programs/apxs.html">apxs</a></code>
  56.     </dd>
  57.  
  58.     <dt><a name="apacheportableruntime" id="apacheportableruntime">Apache Portable Runtime</a> <a name="apr" id="apr">(APR)</a></dt>
  59.     <dd>A set of libraries providing many of the basic interfaces
  60.       between the server and the operating system.  APR is developed
  61.       parallel to the Apache HTTP Server as an independent project.<br />
  62.       See: <a href="http://apr.apache.org/">Apache Portable Runtime
  63.       Project</a>
  64.     </dd>
  65.  
  66.     <dt><a name="authentication" id="authentication">Authentication</a></dt>
  67.     <dd>The positive identification of a network entity such as a server, a
  68.       client, or a user.<br />
  69.       See: <a href="howto/auth.html">Authentication, Authorization, and Access
  70.       Control</a>
  71.     </dd>
  72.  
  73.     <dt><a name="certificate" id="certificate">Certificate</a></dt>
  74.     <dd>A data record used for authenticating network entities such
  75.       as a server or a client. A certificate contains X.509 information pieces
  76.       about its owner (called the subject) and the signing <a class="glossarylink" href="./glossary.html#certificationauthority" title="see glossary">Certification Authority</a> (called
  77.       the issuer), plus the owner's <a class="glossarylink" href="./glossary.html#publickey" title="see glossary">public
  78.       key</a> and the
  79.       signature made by the CA. Network entities verify these signatures
  80.       using CA certificates.<br />
  81.       See: <a href="ssl/">SSL/TLS Encryption</a>
  82.     </dd>
  83.  
  84.     <dt><a name="certificatsigningrequest" id="certificatsigningrequest">Certificate Signing Request</a>
  85.       <a name="csr" id="csr">(CSR)</a></dt>
  86.     <dd>An unsigned <a class="glossarylink" href="./glossary.html#certificate" title="see glossary">certificate</a> for
  87.       submission to a <a class="glossarylink" href="./glossary.html#certificationauthority" title="see glossary">Certification
  88.       Authority</a>, which signs it with the <a class="glossarylink" href="./glossary.html#privatekey" title="see glossary">Private Key</a> of their CA
  89.       <em>Certificate</em>. Once the CSR is signed, it becomes a real
  90.       certificate.<br />
  91.       See: <a href="ssl/">SSL/TLS Encryption</a>
  92.     </dd>
  93.  
  94.     <dt><a name="certificationauthority" id="certificationauthority">Certification Authority</a>
  95.       <a name="ca" id="ca">(CA)</a></dt>
  96.     <dd>A trusted third party whose purpose is to sign certificates for network
  97.       entities it has authenticated using secure means. Other network entities
  98.       can check the signature to verify that a CA has authenticated the bearer
  99.       of a certificate.<br />
  100.       See: <a href="ssl/">SSL/TLS Encryption</a>
  101.     </dd>
  102.  
  103.     <dt><a name="cipher" id="cipher">Cipher</a></dt>
  104.     <dd>An algorithm or system for data encryption. Examples are DES, IDEA, RC4,
  105.       etc.<br />
  106.       See: <a href="ssl/">SSL/TLS Encryption</a>
  107.     </dd>
  108.  
  109.     <dt><a name="ciphertext" id="ciphertext">Ciphertext</a></dt>
  110.     <dd>The result after <a class="glossarylink" href="./glossary.html#plaintext" title="see glossary">Plaintext</a> is
  111.       passed through a <a class="glossarylink" href="./glossary.html#cipher" title="see glossary">Cipher</a>.<br /> See: <a href="ssl/">SSL/TLS Encryption</a>
  112.     </dd>
  113.  
  114.     <dt><a name="commongatewayinterface" id="commongatewayinterface">Common
  115.         Gateway Interface</a> <a name="cgi" id="cgi">(CGI)</a></dt>
  116.     <dd>A standard definition for an interface between a web server and an
  117.       external program that allows the external program to service requests.
  118.       The interface was originally defined by <a href="http://hoohoo.ncsa.uiuc.edu/cgi/overview.html">NCSA</a> but there
  119.       is also an <a href="http://cgi-spec.golux.com/">RFC project</a>.<br />
  120.       See: <a href="howto/cgi.html">Dynamic Content with CGI</a>
  121.     </dd>
  122.  
  123.     <dt><a name="configurationdirective" id="configurationdirective">Configuration Directive</a></dt>
  124.     <dd>See: <a class="glossarylink" href="./glossary.html#directive" title="see glossary">Directive</a></dd>
  125.  
  126.     <dt><a name="configurationfile" id="configurationfile">Configuration
  127.         File</a></dt>
  128.     <dd>A text file containing <a class="glossarylink" href="./glossary.html#directive" title="see glossary">Directives</a>
  129.       that control the configuration of Apache.<br />
  130.       See: <a href="configuring.html">Configuration Files</a>
  131.     </dd>
  132.  
  133.     <dt><a name="connect" id="connect">CONNECT</a></dt>
  134.     <dd>An HTTP <a class="glossarylink" href="./glossary.html#method" title="see glossary">method</a> for proxying raw data
  135.       channels over HTTP. It can be used to encapsulate other protocols, such as
  136.       the SSL protocol.
  137.     </dd>
  138.     
  139.     <dt><a name="context" id="context">Context</a></dt>
  140.     <dd>An area in the <a class="glossarylink" href="./glossary.html#configurationfile" title="see glossary">configuration
  141.       files</a> where certain types of <a class="glossarylink" href="./glossary.html#directive" title="see glossary">directives</a> are allowed.<br />
  142.       See: <a href="mod/directive-dict.html#Context">Terms Used to Describe
  143.       Apache Directives</a>
  144.     </dd>
  145.  
  146.     <dt><a name="digitalsignature" id="digitalsignature">Digital
  147.         Signature</a></dt>
  148.     <dd>An encrypted text block that validates a certificate or other file. A
  149.       <a class="glossarylink" href="./glossary.html#certificationauthority" title="see glossary">Certification Authority</a>
  150.       creates a signature by generating a hash of the <em>Public Key</em>
  151.       embedded in a <em>Certificate</em>, then encrypting the hash with its own
  152.       <em>Private Key</em>. Only the CA's public key can decrypt the signature,
  153.       verifying that the CA has authenticated the network entity that owns the
  154.       <em>Certificate</em>.<br />
  155.       See: <a href="ssl/">SSL/TLS Encryption</a>
  156.     </dd>
  157.     
  158.     <dt><a name="directive" id="directive">Directive</a></dt>
  159.     <dd>A configuration command that controls one or more aspects of Apache's
  160.       behavior.  Directives are placed in the <a class="glossarylink" href="./glossary.html#configurationfile" title="see glossary">Configuration File</a><br />
  161.     See: <a href="mod/directives.html">Directive Index</a>
  162.     </dd>
  163.  
  164.     <dt><a name="dynamicsharedobject" id="dynamicsharedobject">Dynamic
  165.         Shared Object</a> <a name="dso" id="dso">(DSO)</a></dt>
  166.     <dd><a class="glossarylink" href="./glossary.html#module" title="see glossary">Modules</a> compiled separately from the
  167.       Apache <code class="program"><a href="./programs/httpd.html">httpd</a></code> binary that can be loaded on-demand.<br />
  168.       See: <a href="dso.html">Dynamic Shared Object Support</a>
  169.     </dd>
  170.  
  171.     <dt><a name="environmentvariable" id="environmentvariable">Environment
  172.         Variable</a> <a name="env-variable" id="env-variable">(env-variable)</a></dt>
  173.     <dd>Named variables managed by the operating system shell and used to store
  174.       information and communicate between programs.  Apache also contains
  175.       internal variables that are referred to as environment variables, but are
  176.       stored in internal Apache structures, rather than in the shell
  177.       environment.<br />
  178.       See: <a href="env.html">Environment Variables in Apache</a>
  179.     </dd>
  180.  
  181.     <dt><a name="export-crippled" id="export-crippled">Export-Crippled</a></dt>
  182.     <dd>Diminished in cryptographic strength (and security) in order to comply
  183.       with the United States' Export Administration Regulations (EAR).
  184.       Export-crippled cryptographic software is limited to a small key size,
  185.       resulting in <em>Ciphertext</em> which usually can be decrypted by brute
  186.       force.<br />
  187.       See: <a href="ssl/">SSL/TLS Encryption</a>
  188.     </dd>
  189.  
  190.     <dt><a name="filter" id="filter">Filter</a></dt>
  191.     <dd>A process that is applied to data that is sent or received by the
  192.       server.  Input filters process data sent by the client to the server,
  193.       while output filters process documents on the server before they are sent
  194.       to the client.  For example, the <code>INCLUDES</code> output filter
  195.       processes documents for <a class="glossarylink" href="./glossary.html#ssi" title="see glossary">Server Side
  196.       Includes</a>.<br />
  197.       See: <a href="filter.html">Filters</a>
  198.     </dd>
  199.  
  200.     <dt><a name="fully-qualifieddomain-name" id="fully-qualifieddomain-name">Fully-Qualified Domain-Name</a>
  201.       <a name="fqdn" id="fqdn">(FQDN)</a></dt>
  202.     <dd>The unique name of a network entity, consisting of a hostname and a
  203.       domain name that can resolve to an IP address. For example,
  204.       <code>www</code> is a hostname, <code>example.com</code> is a domain name,
  205.       and <code>www.example.com</code> is a fully-qualified domain name.
  206.     </dd> 
  207.     
  208.     <dt><a name="handler" id="handler">Handler</a></dt>
  209.     <dd>An internal Apache representation of the action to be performed when a
  210.       file is called. Generally, files have implicit handlers, based on the file
  211.       type. Normally, all files are simply served by the server, but certain
  212.       file types are "handled" separately.  For example, the
  213.       <code>cgi-script</code> handler designates files to be processed as
  214.       <a class="glossarylink" href="./glossary.html#cgi" title="see glossary">CGIs</a>.<br />
  215.       See: <a href="handler.html">Apache's Handler Use</a>
  216.     </dd>
  217.  
  218.     <dt><a name="hash" id="hash">Hash</a></dt>
  219.     <dd>A mathematical one-way, irreversable algorithm generating a string with
  220.        fixed-length from another string of any length. Different input strings
  221.        will usually produce different hashes (depending on the hash function).
  222.     </dd>
  223.  
  224.     <dt><a name="header" id="header">Header</a></dt>
  225.     <dd>The part of the <a class="glossarylink" href="./glossary.html#http" title="see glossary">HTTP</a> request and
  226.       response that is sent before the actual content, and that contains
  227.       meta-information describing the content.
  228.     </dd> 
  229.     
  230.     <dt><a name="htaccess" id="htaccess">.htaccess</a></dt> 
  231.     <dd>A <a class="glossarylink" href="./glossary.html#configurationfile" title="see glossary">configuration file</a> that
  232.       is placed inside the web tree and applies configuration <a class="glossarylink" href="./glossary.html#directive" title="see glossary">directives</a> to the directory where it is
  233.       placed and all sub-directories.  Despite its name, this file can hold
  234.       almost any type of directive, not just access-control directives.<br />
  235.       See: <a href="configuring.html">Configuration Files</a>
  236.     </dd>
  237.  
  238.     <dt><a name="httpd.conf" id="httpd.conf">httpd.conf</a></dt>
  239.     <dd>The main Apache <a class="glossarylink" href="./glossary.html#configurationfile" title="see glossary">configuration
  240.       file</a>.  The default location is
  241.       <code>/usr/local/apache2/conf/httpd.conf</code>, but it may be moved using
  242.       run-time or compile-time configuration.<br />
  243.       See: <a href="configuring.html">Configuration Files</a>
  244.     </dd>
  245.  
  246.     <dt><a name="hypertexttransferprotocol" id="hypertexttransferprotocol">HyperText Transfer Protocol</a>
  247.       <a name="http" id="hhtp">(HTTP)</a></dt>
  248.     <dd>The standard transmission protocol used on the World Wide Web.  Apache
  249.       implements version 1.1 of the protocol, referred to as HTTP/1.1 and
  250.       defined by <a href="http://ietf.org/rfc/rfc2616.txt">RFC 2616</a>.
  251.     </dd>
  252.  
  253.     <dt><a name="https" id="https">HTTPS</a></dt>
  254.     <dd>The HyperText Transfer Protocol (Secure), the standard encrypted
  255.       communication mechanism on the World Wide Web. This is actually just HTTP
  256.       over <a class="glossarylink" href="./glossary.html#ssl" title="see glossary">SSL</a>.<br />
  257.       See: <a href="ssl/">SSL/TLS Encryption</a>
  258.     </dd> 
  259.  
  260.     <dt><a name="method" id="method">Method</a></dt>
  261.     <dd>In the context of <a class="glossarylink" href="./glossary.html#http" title="see glossary">HTTP</a>, an action to
  262.       perform on a resource, specified on the request line by the client.  Some
  263.       of the methods available in HTTP are <code>GET</code>, <code>POST</code>,
  264.       and <code>PUT</code>.
  265.     </dd> 
  266.     
  267.     <dt><a name="messagedigest" id="messagedigest">Message Digest</a></dt>
  268.     <dd>A hash of a message, which can be used to verify that the contents of
  269.       the message have not been altered in transit.<br />
  270.       See: <a href="ssl/">SSL/TLS Encryption</a>
  271.     </dd>
  272.  
  273.     <dt><a name="mime-type" id="mime-type">MIME-type</a></dt>
  274.     <dd>A way to describe the kind of document being transmitted.  Its name
  275.       comes from that fact that its format is borrowed from the Multipurpose
  276.       Internet Mail Extensions.  It consists of a major type and a minor type,
  277.       separated by a slash.  Some examples are <code>text/html</code>,
  278.       <code>image/gif</code>, and <code>application/octet-stream</code>.  In
  279.       HTTP, the MIME-type is transmitted in the <code>Content-Type</code>
  280.       <a class="glossarylink" href="./glossary.html#header" title="see glossary">header</a>.<br />
  281.       See: <a href="mod/mod_mime.html">mod_mime</a>
  282.     </dd>
  283.  
  284.     <dt><a name="module" id="module">Module</a></dt>
  285.     <dd>An independent part of a program.  Much of Apache's functionality is
  286.       contained in modules that you can choose to include or exclude.  Modules
  287.       that are compiled into the Apache <code class="program"><a href="./programs/httpd.html">httpd</a></code> binary are
  288.       called <dfn>static modules</dfn>, while modules that are stored
  289.       separately and can be optionally loaded at run-time are called
  290.       <dfn>dynamic modules</dfn> or <a class="glossarylink" href="./glossary.html#dso" title="see glossary">DSOs</a>.
  291.       Modules that are included by default
  292.       are called <dfn>base modules</dfn>. Many modules are available for Apache
  293.       that are not distributed as part of the Apache HTTP Server <a class="glossarylink" href="./glossary.html#tarball" title="see glossary">tarball</a>.  These are referred to as
  294.       <dfn>third-party modules</dfn>.<br />
  295.       See: <a href="mod/">Module Index</a>
  296.     </dd>
  297.  
  298.     <dt><a name="modulemagicnumber" id="modulemagicnumber">Module Magic
  299.       Number</a> (<a name="mmn" id="mmn">MMN</a>)</dt>
  300.     <dd>Module Magic Number is a constant defined in the Apache source code that
  301.       is associated with binary compatibility of modules. It is changed when
  302.       internal Apache structures, function calls and other significant parts of
  303.       API change in such a way that binary compatibility cannot be guaranteed
  304.       any more. On MMN change, all third party modules have to be at least
  305.       recompiled, sometimes even slightly changed in order to work with the new
  306.       version of Apache.
  307.     </dd>
  308.  
  309.     <dt><a name="openssl" id="openssl">OpenSSL</a></dt>
  310.     <dd>The Open Source toolkit for SSL/TLS<br />
  311.       See <a href="http://www.openssl.org/">http://www.openssl.org/</a>#
  312.     </dd>
  313.  
  314.     <dt><a name="passphrase" id="passphrase">Pass Phrase</a></dt>
  315.     <dd>The word or phrase that protects private key files. It prevents
  316.       unauthorized users from encrypting them. Usually it's just the secret
  317.       encryption/decryption key used for <a class="glossarylink" href="./glossary.html#cipher" title="see glossary">Ciphers</a>.<br />
  318.       See: <a href="ssl/">SSL/TLS Encryption</a>
  319.     </dd>
  320.  
  321.     <dt><a name="plaintext" id="plaintext">Plaintext</a></dt>
  322.     <dd>The unencrypted text.</dd>
  323.  
  324.     <dt><a name="privatekey" id="privatekey">Private Key</a></dt>
  325.     <dd>The secret key in a <a class="glossarylink" href="./glossary.html#publickeycryptography" title="see glossary">Public Key
  326.       Cryptography</a> system, used to decrypt incoming messages and
  327.       sign outgoing ones.<br />
  328.       See: <a href="ssl/">SSL/TLS Encryption</a>
  329.     </dd>
  330.     
  331.     <dt><a name="proxy" id="proxy">Proxy</a></dt>
  332.     <dd>An intermediate server that sits between the client and the <em>origin
  333.         server</em>.  It accepts requests from clients, transmits those requests
  334.       on to the origin server, and then returns the response from the origin
  335.       server to the client.  If several clients request the same content, the
  336.       proxy can deliver that content from its cache, rather than requesting it
  337.       from the origin server each time, thereby reducing response time.<br />
  338.       See: <a href="mod/mod_proxy.html">mod_proxy</a>
  339.     </dd>
  340.  
  341.     <dt><a name="publickey" id="publickey">Public Key</a></dt>
  342.     <dd>The publicly available key in a <a class="glossarylink" href="./glossary.html#publickeycryptography" title="see glossary">Public Key Cryptography</a> system,
  343.       used to encrypt messages bound for its owner and to decrypt signatures
  344.       made by its owner.<br />
  345.       See: <a href="ssl/">SSL/TLS Encryption</a>
  346.     </dd>
  347.  
  348.     <dt><a name="publickeycryptography" id="publickeycryptography">Public Key Cryptography</a></dt>
  349.     <dd>The study and application of asymmetric encryption systems, which use
  350.       one key for encryption and another for decryption. A corresponding pair of
  351.       such keys constitutes a key pair. Also called Asymmetric Cryptography.
  352.       <br />
  353.       See: <a href="ssl/">SSL/TLS Encryption</a>
  354.     </dd> 
  355.  
  356.     <dt><a name="regularexpresion" id="regularexpresion">Regular Expression</a>
  357.       <a name="regex" id="regex">(Regex)</a></dt>
  358.     <dd>A way of describing a pattern in text - for example, "all the words that
  359.       begin with the letter A" or "every 10-digit phone number" or even "Every
  360.       sentence with two commas in it, and no capital letter Q". Regular
  361.       expressions are useful in Apache because they let you apply certain
  362.       attributes against collections of files or resources in very flexible ways
  363.       - for example, all .gif and .jpg files under any "images" directory could
  364.       be written as "<code>/images/.*(jpg|gif)$</code>".  Apache uses Perl
  365.       Compatible Regular Expressions provided by the <a href="http://www.pcre.org/">PCRE</a> library.
  366.   </dd> 
  367.  
  368.   <dt><a name="reverseproxy" id="reverseproxy">Reverse Proxy</a></dt>
  369.   <dd>A <a class="glossarylink" href="./glossary.html#proxy" title="see glossary">proxy</a> server that appears to the client
  370.     as if it is an <em>origin server</em>.  This is useful to hide the real
  371.     origin server from the client for security reasons, or to load balance.
  372.   </dd>
  373.   
  374.   <dt><a name="securesocketslayer" id="securesocketslayer">Secure Sockets
  375.       Layer</a> <a name="ssl" id="ssl">(SSL)</a></dt>
  376.   <dd>A protocol created by Netscape Communications Corporation for general
  377.     communication authentication and encryption over TCP/IP networks.  The most
  378.     popular usage is <em>HTTPS</em>, i.e. the HyperText Transfer Protocol (HTTP)
  379.     over SSL.<br />
  380.     See: <a href="ssl/">SSL/TLS Encryption</a>
  381.   </dd> 
  382.  
  383.   <dt><a name="serversideincludes" id="serversideincludes">Server Side
  384.       Includes</a> <a name="ssi" id="ssi">(SSI)</a></dt>
  385.   <dd>A technique for embedding processing directives inside HTML files.<br />
  386.     See: <a href="howto/ssi.html">Introduction to Server Side Includes</a>
  387.   </dd>
  388.   
  389.   <dt><a name="session" id="session">Session</a></dt>
  390.   <dd>The context information of a communication in general.</dd>
  391.  
  392.   <dt><a name="ssleay" id="ssleay">SSLeay</a></dt>
  393.   <dd>The original SSL/TLS implementation library developed by Eric A.
  394.     Young
  395.   </dd> 
  396.  
  397.   <dt><a name="symmetriccryptophraphy" id="symmetriccryptophraphy">Symmetric
  398.       Cryptography</a></dt>
  399.   <dd>The study and application of <em>Ciphers</em> that use a single secret key
  400.     for both encryption and decryption operations.<br />
  401.     See: <a href="ssl/">SSL/TLS Encryption</a>
  402.   </dd>
  403.  
  404.   <dt><a name="tarball" id="tarball">Tarball</a></dt>
  405.   <dd>A package of files gathered together using the <code>tar</code> utility.
  406.     Apache distributions are stored in compressed tar archives or using
  407.     pkzip.
  408.   </dd> 
  409.  
  410.   <dt><a name="transportlayersecurity" id="transportlayersecurity">Transport
  411.       Layer Security</a> <a name="tls" id="tls">(TLS)</a></dt>
  412.   <dd>The successor protocol to SSL, created by the Internet Engineering Task
  413.     Force (IETF) for general communication authentication and encryption over
  414.     TCP/IP networks. TLS version 1 is nearly identical with SSL version 3.<br />
  415.     See: <a href="ssl/">SSL/TLS Encryption</a>
  416.   </dd>
  417.  
  418.   <dt><a name="uniformresourcelocator" id="uniformresourcelocator">Uniform
  419.       Resource Locator</a> <a name="url" id="url">(URL)</a></dt>
  420.   <dd>The name/address of a resource on the Internet.  This is the common
  421.     informal term for what is formally called a <a class="glossarylink" href="./glossary.html#uniformresourceidentifier" title="see glossary">Uniform Resource Identifier</a>.
  422.     URLs are usually made up of a scheme, like <code>http</code> or
  423.     <code>https</code>, a hostname, and a path.  A URL for this page might
  424.     be <code>http://httpd.apache.org/docs/2.2/glossary.html</code>.
  425.   </dd> 
  426.  
  427.   <dt><a name="uniformresourceidentifier" id="uniformresourceidentifier">Uniform Resource Identifier</a>
  428.     <a name="URI" id="URI">(URI)</a></dt>
  429.   <dd>A compact string of characters for identifying an abstract or physical
  430.     resource.  It is formally defined by <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>.  URIs used on the
  431.     world-wide web are commonly referred to as <a class="glossarylink" href="./glossary.html#url" title="see glossary">URLs</a>.
  432.   </dd> 
  433.  
  434.   <dt><a name="virtualhosting" id="virtualhosting">Virtual Hosting</a></dt>
  435.   <dd>Serving multiple websites using a single instance of Apache.  <em>IP
  436.       virtual hosting</em> differentiates between websites based on their IP
  437.     address, while <em>name-based virtual hosting</em> uses only the name of the
  438.     host and can therefore host many sites on the same IP address.<br />
  439.     See: <a href="vhosts/">Apache Virtual Host documentation</a>
  440.   </dd>
  441.  
  442.   <dt><a name="x.509" id="x.509">X.509</a></dt>
  443.   <dd>An authentication certificate scheme recommended by the International
  444.     Telecommunication Union (ITU-T) which is used for SSL/TLS authentication.<br /> See: <a href="ssl/">SSL/TLS Encryption</a>
  445.   </dd>
  446. </dl>
  447. </div></div>
  448. <div class="bottomlang">
  449. <p><span>Available Languages: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
  450. <a href="./en/glossary.html" title="English"> en </a> |
  451. <a href="./es/glossary.html" hreflang="es" rel="alternate" title="Espa±ol"> es </a> |
  452. <a href="./fr/glossary.html" hreflang="fr" rel="alternate" title="Franτais"> fr </a> |
  453. <a href="./ko/glossary.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  454. </div><div id="footer">
  455. <p class="apache">Copyright 2007 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>
  456. <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>
  457. </body></html>