From 9fa07f81a4f114c8de5a19df65f7d1bf34f474c3 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Sat, 7 Jun 2008 16:03:01 +0000 Subject: [PATCH] * irreversable -> irreversible * whitespace fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664361 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/glossary.xml | 177 +++++++++++++++++++-------------------- 1 file changed, 88 insertions(+), 89 deletions(-) diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index d71953597e..479c6b8f32 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -26,7 +26,7 @@

This glossary defines some of the common terminology related to Apache in - particular, and web serving in general. More information on each concept + particular, and web serving in general. More information on each concept is provided in the links.

@@ -41,7 +41,6 @@
Algorithm
-
An unambiguous formula or set of rules for solving a problem in a finite number of steps. Algorithms for encryption are usually called Ciphers. @@ -230,9 +229,9 @@
Hash
-
A mathematical one-way, irreversable algorithm generating a string with - fixed-length from another string of any length. Different input strings - will usually produce different hashes (depending on the hash function). +
A mathematical one-way, irreversible algorithm generating a string with + fixed-length from another string of any length. Different input strings + will usually produce different hashes (depending on the hash function).
Header
@@ -371,7 +370,7 @@ such keys constitutes a key pair. Also called Asymmetric Cryptography.
See: SSL/TLS Encryption - +
Regular Expression (Regex)
@@ -384,91 +383,91 @@ be written as "/images/.*(jpg|gif)$". Apache uses Perl Compatible Regular Expressions provided by the PCRE library. - + -
Reverse Proxy
-
A proxy server that appears to the client - as if it is an origin server. This is useful to hide the real - origin server from the client for security reasons, or to load balance. -
- -
Secure Sockets - Layer (SSL)
-
A protocol created by Netscape Communications Corporation for general - communication authentication and encryption over TCP/IP networks. The most - popular usage is HTTPS, i.e. the HyperText Transfer Protocol (HTTP) - over SSL.
- See: SSL/TLS Encryption -
- -
Server Side - Includes (SSI)
-
A technique for embedding processing directives inside HTML files.
- See: Introduction to Server Side Includes -
+
Reverse Proxy
+
A proxy server that appears to the client + as if it is an origin server. This is useful to hide the real + origin server from the client for security reasons, or to load balance. +
-
Session
-
The context information of a communication in general.
- -
SSLeay
-
The original SSL/TLS implementation library developed by Eric A. - Young -
- -
Symmetric - Cryptography
-
The study and application of Ciphers that use a single secret key - for both encryption and decryption operations.
- See: SSL/TLS Encryption -
- -
Tarball
-
A package of files gathered together using the tar utility. - Apache distributions are stored in compressed tar archives or using - pkzip. -
- -
Transport - Layer Security (TLS)
-
The successor protocol to SSL, created by the Internet Engineering Task - Force (IETF) for general communication authentication and encryption over - TCP/IP networks. TLS version 1 is nearly identical with SSL version 3.
- See: SSL/TLS Encryption -
- -
Uniform - Resource Locator (URL)
-
The name/address of a resource on the Internet. This is the common - informal term for what is formally called a Uniform Resource Identifier. - URLs are usually made up of a scheme, like http or - https, a hostname, and a path. A URL for this page might - be http://httpd.apache.org/docs/&httpd.docs;/glossary.html. -
- -
Uniform Resource Identifier - (URI)
-
A compact string of characters for identifying an abstract or physical - resource. It is formally defined by RFC 2396. URIs used on the - world-wide web are commonly referred to as URLs. -
- -
Virtual Hosting
-
Serving multiple websites using a single instance of Apache. IP +
Secure Sockets + Layer (SSL)
+
A protocol created by Netscape Communications Corporation for general + communication authentication and encryption over TCP/IP networks. The most + popular usage is HTTPS, i.e. the HyperText Transfer Protocol (HTTP) + over SSL.
+ See: SSL/TLS Encryption +
+ +
Server Side + Includes (SSI)
+
A technique for embedding processing directives inside HTML files.
+ See: Introduction to Server Side Includes +
+ +
Session
+
The context information of a communication in general.
+ +
SSLeay
+
The original SSL/TLS implementation library developed by Eric A. + Young +
+ +
Symmetric + Cryptography
+
The study and application of Ciphers that use a single secret key + for both encryption and decryption operations.
+ See: SSL/TLS Encryption +
+ +
Tarball
+
A package of files gathered together using the tar utility. + Apache distributions are stored in compressed tar archives or using + pkzip. +
+ +
Transport + Layer Security (TLS)
+
The successor protocol to SSL, created by the Internet Engineering Task + Force (IETF) for general communication authentication and encryption over + TCP/IP networks. TLS version 1 is nearly identical with SSL version 3.
+ See: SSL/TLS Encryption +
+ +
Uniform + Resource Locator (URL)
+
The name/address of a resource on the Internet. This is the common + informal term for what is formally called a Uniform Resource Identifier. + URLs are usually made up of a scheme, like http or + https, a hostname, and a path. A URL for this page might + be http://httpd.apache.org/docs/&httpd.docs;/glossary.html. +
+ +
Uniform Resource Identifier + (URI)
+
A compact string of characters for identifying an abstract or physical + resource. It is formally defined by RFC 2396. URIs used on the + world-wide web are commonly referred to as URLs. +
+ +
Virtual Hosting
+
Serving multiple websites using a single instance of Apache. IP virtual hosting differentiates between websites based on their IP - address, while name-based virtual hosting uses only the name of the - host and can therefore host many sites on the same IP address.
- See: Apache Virtual Host documentation -
- -
X.509
-
An authentication certificate scheme recommended by the International - Telecommunication Union (ITU-T) which is used for SSL/TLS authentication.
See: SSL/TLS Encryption -
- + address, while name-based virtual hosting uses only the name of the + host and can therefore host many sites on the same IP address.
+ See: Apache Virtual Host documentation + + +
X.509
+
An authentication certificate scheme recommended by the International + Telecommunication Union (ITU-T) which is used for SSL/TLS authentication.
See: SSL/TLS Encryption +
+ -- 2.50.1