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