diff options
author | Rich Bowen <rbowen@apache.org> | 2002-07-25 23:46:42 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2002-07-25 23:46:42 +0200 |
commit | d78c998c6a23a703722fefbf74b7a26537032925 (patch) | |
tree | d4762b096bc04ad7c5fe82b3620ddf5e8c194371 /docs/manual/glossary.html | |
parent | Finally have this doc the way I want it. (diff) | |
download | apache2-d78c998c6a23a703722fefbf74b7a26537032925.tar.xz apache2-d78c998c6a23a703722fefbf74b7a26537032925.zip |
Patch submitted by David Shane Holden to make docs valid xhtml.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96194 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/glossary.html')
-rw-r--r-- | docs/manual/glossary.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/glossary.html b/docs/manual/glossary.html index 8a328768c8..90e0a03ff3 100644 --- a/docs/manual/glossary.html +++ b/docs/manual/glossary.html @@ -9,7 +9,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#000080" alink="#FF0000"> <!--#include virtual="header.html" --> -<h1 align="CENTER">Glossary</h1> +<h1 align="center">Glossary</h1> @@ -147,7 +147,7 @@ a network entity, consisting of a hostname and a domain name that can resolve to an IP address. For example, <code>www</code> is a hostname, <code>whatever.com</code> is a domain name, and <code>www.whatever.com</code> is a fully-qualified domain name.<br -/><br /></dt> +/><br /></dd> <dt><a name="handler">Handler</a></dt> <dd>An internal Apache representation of the action to be performed when a file is @@ -238,7 +238,7 @@ href="ssl/">SSL/TLS Encryption</a><br /><br /></dd> <dd>The unencrypted text.<br /><br /></dd> <dt><a name="privatekey">Private Key</a></dt> <dd>The secret key in a -<a name="#publickeycryptography">Public Key Cryptography</a> system, +<a name="publickeycryptography">Public Key Cryptography</a> system, used to decrypt incoming messages and sign outgoing ones.<br /> See: <a href="ssl/">SSL/TLS Encryption</a><br /><br /></dd> @@ -249,10 +249,10 @@ server, and then returns the response from the origin server to the client. If several clients request the same content, the proxy can deliver that content from its cache, rather than requesting it from the origin server each time, thereby reducing response time.<br /> -See: <a href="mod/mod_proxy.html">mod_proxy</a><br /><br /></dt> +See: <a href="mod/mod_proxy.html">mod_proxy</a><br /><br /></dd> <dt><a name="publickey">Public Key</a></dt> <dd>The publically -available key in a <a name="#publickeycryptography">Public Key +available key in a <a name="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><br /><br /></dd> @@ -279,7 +279,7 @@ Apache uses Perl Compatible Regular Expressions provided by the href="#proxy">proxy</a> server that appears to the client as if it is an <em>origin server</em>. This is useful to hide the real origin server from the client for security reasons, or to load balance.<br -/><br /></dt> +/><br /></dd> <dt><a name="securesocketslayer">Secure Sockets Layer</a> <a name="ssl">(SSL)</a></dt> <dd>A protocol created by Netscape @@ -341,11 +341,11 @@ documentation</a><br /><br /></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 +(ITU-T) which is used for SSL/TLS authentication.<br /> See: <a href="ssl/">SSL/TLS Encryption</a><br /><br /></dd> </dl> -<p><!--#include virtual="footer.html" --> </p> +<!--#include virtual="footer.html" --> </body> </html>
\ No newline at end of file |