From d219378c3691fef6376edd5874e705cfacc2facd Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Sat, 16 Oct 2004 22:04:15 +0000
Subject: [PATCH] update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105492 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/glossary.html.en | 74 ++++++++++++++++-------------
docs/manual/glossary.html.es | 4 ++
docs/manual/glossary.html.ko.euc-kr | 2 +
docs/manual/glossary.xml.es | 2 +-
docs/manual/glossary.xml.ko | 2 +-
docs/manual/glossary.xml.meta | 4 +-
6 files changed, 50 insertions(+), 38 deletions(-)
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en
index d3f0576ff8..b706e013fe 100644
--- a/docs/manual/glossary.html.en
+++ b/docs/manual/glossary.html.en
@@ -32,11 +32,6 @@ on each concept is provided in the links.
-- Authentication
- The positive
-identification of a network entity such as a server, a client, or a
-user.
See: Authentication, Authorization, and Access
-Control
-
- Access Control
- The restriction of access to network realms. In an Apache context
usually the restriction of access to certain URLs.
@@ -51,6 +46,11 @@ a finite number of steps. Algorithms for encryption are usually called
- APache eXtension Tool (apxs)
- A perl script that aids in compiling module sources into Dynamic Shared Objects (DSOs) and helps install them in the Apache Web
server.
See: Manual Page: apxs
+- Authentication
+- The positive identification of a network entity such as a server, a
+client, or a user.
See: Authentication, Authorization, and Access
+Control
+
- Certificate
- A data record used for authenticating network entities such
as a server or a client. A certificate contains X.509 information pieces
@@ -60,12 +60,6 @@ server.
See: Manual Page: apxs
using CA certificates.
See: SSL/TLS Encryption
-- Certification Authority (CA)
- A trusted third party whose purpose is to
-sign certificates for network entities it has authenticated using
-secure means. Other network entities can check the signature to verify
-that a CA has authenticated the bearer of a certificate.
-See: SSL/TLS Encryption
-
- Certificate Signing Request
(CSR)
- An unsigned certificate for submission to a Certification Authority, which signs it
with the Private Key of their CA
@@ -73,6 +67,11 @@ with the Private Key of their CA
certificate.
See: SSL/TLS Encryption
+- Certification Authority (CA)
- A trusted third party whose purpose is to
+sign certificates for network entities it has authenticated using
+secure means. Other network entities can check the signature to verify
+that a CA has authenticated the bearer of a certificate.
+See: SSL/TLS Encryption
- Cipher
- An algorithm or system for
data encryption. Examples are DES, IDEA, RC4, etc.
@@ -98,8 +97,9 @@ See: Dynamic Content with CGI
that control the configuration of Apache.
See: Configuration Files
-- CONNECT
- An HTTP method for proxying raw data channels over HTTP. It
-can be used to encapsulate other protocols, such as the SSL
+
- CONNECT
+- An HTTP method for proxying raw data channels
+over HTTP. It can be used to encapsulate other protocols, such as the SSL
protocol.
- Context
- An area in the configuration files where certain types
@@ -142,8 +142,9 @@ See: Environment Variables in Apache
force.
See: SSL/TLS Encryption
-- Filter
- A process that is applied to
-data that is sent or received by the server. Input filters process
+
- Filter
+- A process that is applied to data that is sent or received by the
+server. Input filters process
data sent by the client to the server, while output filters process
documents on the server before they are sent to the client. For
example, the
INCLUDES
output filter processes documents
@@ -156,9 +157,9 @@ resolve to an IP address. For example, www
is a hostname,
example.com
is a domain name, and
www.example.com
is a fully-qualified domain name.
-- Handler
- An internal Apache
-representation of the action to be performed when a file is
-called. Generally, files have implicit handlers, based on the file
+
- Handler
+- An internal Apache representation of the action to be performed when
+a file is called. Generally, files have implicit handlers, based on the file
type. Normally, all files are simply served by the server, but certain
file types are "handled" separately. For example, the
cgi-script
handler designates files to be processed as CGIs.
@@ -182,9 +183,10 @@ but it may be moved using run-time or compile-time configuration.
See: Configuration Files
- HyperText Transfer
-Protocol (HTTP)
- The standard
-transmission protocol used on the World Wide Web. Apache implements
-version 1.1 of the protocol, referred to as HTTP/1.1 and defined by RFC 2616.
+Protocol (HTTP)
+- The standard transmission protocol used on the World Wide Web.
+Apache implements version 1.1 of the protocol, referred to as HTTP/1.1
+and defined by RFC 2616.
- HTTPS
- The HyperText Transfer Protocol (Secure), the standard encrypted
@@ -235,9 +237,10 @@ with the new version of Apache.
- The Open Source toolkit for SSL/TLS
see http://www.openssl.org/
- - Pass Phrase
- The word or phrase
-that protects private key files. It prevents unauthorized users from
-encrypting them. Usually it's just the secret encryption/decryption
+
- Pass Phrase
+- The word or phrase that protects private key files.
+It prevents unauthorized users from encrypting them. Usually it's just
+the secret encryption/decryption
key used for Ciphers.
See: SSL/TLS Encryption
- Plaintext
@@ -310,13 +313,15 @@ See: SSL/TLS Encryption
utility. Apache distributions are stored in compressed tar archives
or using pkzip.
-- Transport Layer Security (TLS)
- The successor protocol to SSL, created
+
- 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 and is nearly identical with SSL version 3.
See: SSL/TLS Encryption
-- Uniform Resource Locator (URL)
- The name/address of a resource on the
+
- 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
@@ -324,24 +329,25 @@ Identifier. URLs are usually made up of a scheme, like
URL for this page is
http://httpd.apache.org/docs-2.1/glossary.html
.
-- Uniform Resource Identifier (URI)
- A compact string of characters for
+
- 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
+
- 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
-
+- 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
diff --git a/docs/manual/glossary.html.es b/docs/manual/glossary.html.es
index 0d62146c19..b45b547993 100644
--- a/docs/manual/glossary.html.es
+++ b/docs/manual/glossary.html.es
@@ -22,6 +22,10 @@
es |
ko
+Esta traducción podría estar
+ obsoleta. Consulte la versión en inglés de la
+ documentación para comprobar si se han producido cambios
+ recientemente.
Este glosario define la terminología más común
relacionada con Apache en particular y con los servidores web en
diff --git a/docs/manual/glossary.html.ko.euc-kr b/docs/manual/glossary.html.ko.euc-kr
index fbdd3c8029..abd7d59476 100644
--- a/docs/manual/glossary.html.ko.euc-kr
+++ b/docs/manual/glossary.html.ko.euc-kr
@@ -22,6 +22,8 @@
es |
ko
+ÀÌ ¹®¼´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+ ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼¸¦ Âü°íÇϼ¼¿ä.
ÀÌ ¹®¼´Â À¥ ¼ºñ½º ÀϹݿ¡ ´ëÇÑ, ƯÈ÷ ¾ÆÆÄÄ¡¿Í °ü·ÃµÈ, ¿ë¾îµéÀ»
Á¤ÀÇÇÑ´Ù. °¢ °³³ä¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ Á¤º¸´Â ¸µÅ©¸¦ Âü°íÇ϶ó.
diff --git a/docs/manual/glossary.xml.es b/docs/manual/glossary.xml.es
index 4fb15c9b2b..bb0c0271fc 100644
--- a/docs/manual/glossary.xml.es
+++ b/docs/manual/glossary.xml.es
@@ -1,7 +1,7 @@
-
+
+