]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sun, 17 Oct 2004 12:45:53 +0000 (12:45 +0000)
committerAndré Malo <nd@apache.org>
Sun, 17 Oct 2004 12:45:53 +0000 (12:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105494 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/glossary.html.en
docs/manual/glossary.html.ko.euc-kr
docs/manual/glossary.xml.es
docs/manual/glossary.xml.ko
docs/manual/glossary.xml.meta

index ce79b70bd1bce3068db5e6559aa4ef6bc39137ff..6f0c8356474b1243788ee77b8fbcb723aabb1e62 100644 (file)
@@ -32,11 +32,6 @@ on each concept is provided in the links.</p>
 <h2><a name="definitions" id="definitions">Definitions</a></h2>
 
 <dl>
-<dt><a name="authentication">Authentication</a></dt> <dd>The positive
-identification of a network entity such as a server, a client, or a
-user.<br /> See: <a href="howto/auth.html">Authentication, Authorization, and Access
-Control</a></dd>
-
 <dt><a name="accesscontrol">Access Control</a></dt>
 <dd>The restriction of access to network realms. In an Apache context
     usually the restriction of access to certain <em>URLs</em>.<br />
@@ -51,6 +46,11 @@ a finite number of steps. Algorithms for encryption are usually called
 <dt><a name="apacheextensiontool">APache eXtension Tool</a> <a name="apxs">(apxs)</a></dt> <dd>A perl script that aids in compiling <a href="#module">module</a> sources into Dynamic Shared Objects (<a href="#dso">DSO</a>s) and helps install them in the Apache Web
 server.<br /> See: <a href="programs/apxs.html">Manual Page: apxs</a></dd>
 
+<dt><a name="authentication">Authentication</a></dt>
+<dd>The positive identification of a network entity such as a server, a
+client, or a user.<br /> See: <a href="howto/auth.html">Authentication, Authorization, and Access
+Control</a></dd>
+
 <dt><a name="certificate">Certificate</a></dt>
 <dd>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.<br /> See: <a href="programs/apxs.html">Manual Page: apxs</a></dd>
     using CA certificates.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
-<dt><a name="certificationauthority">Certification Authority</a> <a name="ca">(CA)</a></dt> <dd>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.<br />
-See: <a href="ssl/">SSL/TLS Encryption</a></dd>
-
 <dt><a name="certificatsigningrequest">Certificate Signing Request</a>
 <a name="csr">(CSR)</a></dt> <dd>An unsigned <a href="#certificate">certificate</a> for submission to a <a href="#certificationauthority">Certification Authority</a>, which signs it
 with the <a href="#privatekey">Private Key</a> of their CA
@@ -73,6 +67,11 @@ with the <a href="#privatekey">Private Key</a> of their CA
 certificate.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
+<dt><a name="certificationauthority">Certification Authority</a> <a name="ca">(CA)</a></dt> <dd>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.<br />
+See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
 <dt><a name="cipher">Cipher</a></dt> <dd>An algorithm or system for
 data encryption. Examples are DES, IDEA, RC4, etc.<br />
@@ -98,8 +97,9 @@ See: <a href="howto/cgi.html">Dynamic Content with CGI</a></dd>
 that control the configuration of Apache.<br />
 See: <a href="configuring.html">Configuration Files</a></dd>
 
-<dt><a name="connect">CONNECT</a></dt> <dd>An HTTP <a href="#method">method</a> for proxying raw data channels over HTTP. It
-can be used to encapsulate other protocols, such as the SSL
+<dt><a name="connect">CONNECT</a></dt>
+<dd>An HTTP <a href="#method">method</a> for proxying raw data channels
+over HTTP. It can be used to encapsulate other protocols, such as the SSL
 protocol.</dd>
 
 <dt><a name="context">Context</a></dt> <dd>An area in the <a href="#configurationfile">configuration files</a> where certain types
@@ -142,8 +142,9 @@ See: <a href="env.html">Environment Variables in Apache</a></dd>
     force.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
-<dt><a name="filter">Filter</a></dt> <dd>A process that is applied to
-data that is sent or received by the server.  Input filters process
+<dt><a name="filter">Filter</a></dt>
+<dd>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 <code>INCLUDES</code> output filter processes documents
@@ -156,9 +157,9 @@ resolve to an IP address. For example, <code>www</code> is a hostname,
 <code>example.com</code> is a domain name, and
 <code>www.example.com</code> is a fully-qualified domain name.</dd>
 
-<dt><a name="handler">Handler</a></dt> <dd>An internal Apache
-representation of the action to be performed when a file is
-called. Generally, files have implicit handlers, based on the file
+<dt><a name="handler">Handler</a></dt>
+<dd>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
 <code>cgi-script</code> handler designates files to be processed as <a href="#cgi">CGIs</a>.<br />
@@ -182,9 +183,10 @@ but it may be moved using run-time or compile-time configuration.<br />
 See: <a href="configuring.html">Configuration Files</a></dd>
 
 <dt><a name="hypertexttransferprotocol">HyperText Transfer
-Protocol</a> <a name="http">(HTTP)</a></dt> <dd>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 <a href="http://ietf.org/rfc/rfc2616.txt">RFC 2616</a>.</dd>
+Protocol</a> <a name="http">(HTTP)</a></dt>
+<dd>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 <a href="http://ietf.org/rfc/rfc2616.txt">RFC 2616</a>.</dd>
 
 <dt><a name="https">HTTPS</a></dt>
 <dd>The HyperText Transfer Protocol (Secure), the standard encrypted
@@ -235,16 +237,17 @@ with the new version of Apache.
 <dd>The Open Source toolkit for SSL/TLS<br />
     see <a href="http://www.openssl.org/">http://www.openssl.org/</a></dd>
 
-<dt><a name="passphrase">Pass Phrase</a></dt> <dd>The word or phrase
-that protects private key files.  It prevents unauthorized users from
-encrypting them. Usually it's just the secret encryption/decryption
+<dt><a name="passphrase">Pass Phrase</a></dt>
+<dd>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 <a name="cipher">Ciphers</a>.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
 <dt><a name="plaintext">Plaintext</a></dt>
 <dd>The unencrypted text.</dd>
 
 <dt><a name="privatekey">Private Key</a></dt> <dd>The secret key in a
-<a name="publickeycryptography">Public Key Cryptography</a> system,
+<a href="#publickeycryptography">Public Key Cryptography</a> system,
 used to decrypt incoming messages and sign outgoing ones.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
@@ -258,7 +261,7 @@ from the origin server each time, thereby reducing response time.<br />
 See: <a href="mod/mod_proxy.html">mod_proxy</a></dd>
 
 <dt><a name="publickey">Public Key</a></dt> <dd>The publicly
-available key in a <a name="publickeycryptography">Public Key
+available key in a <a href="#publickeycryptography">Public Key
 Cryptography</a> system, used to encrypt messages bound for its owner
 and to decrypt signatures made by its owner.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
@@ -310,13 +313,15 @@ See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 utility.  Apache distributions are stored in compressed tar archives
 or using pkzip.</dd>
 
-<dt><a name="transportlayersecurity">Transport Layer Security</a> <a name="tls">(TLS)</a></dt> <dd>The successor protocol to SSL, created
+<dt><a name="transportlayersecurity">Transport Layer Security</a> <a name="tls">(TLS)</a></dt>
+<dd>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.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
-<dt><a name="uniformresourcelocator">Uniform Resource Locator</a> <a name="url">(URL)</a></dt> <dd>The name/address of a resource on the
+<dt><a name="uniformresourcelocator">Uniform Resource Locator</a> <a name="url">(URL)</a></dt>
+<dd>The name/address of a resource on the
 Internet.  This is the common informal term for what is formally
 called a <a href="#uniformresourceidentifier">Uniform Resource
 Identifier</a>.  URLs are usually made up of a scheme, like
@@ -324,24 +329,25 @@ Identifier</a>.  URLs are usually made up of a scheme, like
 URL for this page is
 <code>http://httpd.apache.org/docs-2.0/glossary.html</code>.</dd>
 
-<dt><a name="uniformresourceidentifier">Uniform Resource Identifier</a> <a name="URI">(URI)</a></dt> <dd>A compact string of characters for
+<dt><a name="uniformresourceidentifier">Uniform Resource Identifier</a> <a name="URI">(URI)</a></dt>
+<dd>A compact string of characters for
 identifying an abstract or physical resource.  It is formally defined
 by <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>.
 URIs used on the world-wide web are commonly referred to
 as <a href="#url">URLs</a>.</dd>
 
-<dt><a name="virtualhosting">Virtual Hosting</a></dt> <dd>Serving
-multiple websites using a single instance of Apache.  <em>IP virtual
-hosting</em> differentiates between websites based on their IP
+<dt><a name="virtualhosting">Virtual Hosting</a></dt>
+<dd>Serving multiple websites using a single instance of Apache.
+<em>IP virtual hosting</em> differentiates between websites based on their IP
 address, while <em>name-based virtual hosting</em> uses only the name
 of the host and can therefore host many sites on the same IP
 address.<br /> See: <a href="vhosts/">Apache Virtual Host
 documentation</a></dd>
 
-<dt><a name="x.509">X.509</a></dt> <dd>An authentication certificate
-scheme recommended by the International Telecommunication Union
-(ITU-T) which is used for SSL/TLS authentication.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd>
-
+<dt><a name="x.509">X.509</a></dt>
+<dd>An authentication certificate scheme recommended by the International
+Telecommunication Union (ITU-T) which is used for SSL/TLS
+authentication.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 </dl>
 </div></div>
 <div class="bottomlang">
index 1d7136600783e3a9734cc55d06fe15b944a0dcfb..9a9e75e01e11630b452d799255ec9649a6f293eb 100644 (file)
@@ -22,6 +22,8 @@
 <a href="./es/glossary.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
 <a href="./ko/glossary.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 
 <p>ÀÌ ¹®¼­´Â À¥ ¼­ºñ½º ÀϹݿ¡ ´ëÇÑ, Æ¯È÷ ¾ÆÆÄÄ¡¿Í °ü·ÃµÈ, ¿ë¾îµéÀ»
 Á¤ÀÇÇÑ´Ù. °¢ °³³ä¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ Á¤º¸´Â ¸µÅ©¸¦ Âü°íÇ϶ó.
index 81f7195719d136c624d953c31e04285c72d0a677..b968aded6dd8c02c36f0e2db7f6d3e135d90b4de 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 1.3.2.9 (outdated: 1.3.2.10) -->
+<!-- English Revision: 1.3.2.9 (outdated: 1.3.2.11) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
index 7bb5667b4aed95ae60fb5c8a1e21174ab25db135..7338ce7418f1879f5254d73ff9c5db46834923c1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 1.3.2.10 -->
+<!-- English Revision: 1.3.2.10 (outdated: 1.3.2.11) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index 6930ca80263ba3d05c82e559cc80a89b80560bf8..0555177b0c99fb68a5ee516c8559f415e78e12ff 100644 (file)
@@ -8,6 +8,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>