<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><aname="apacheextensiontool">APache eXtension Tool</a><aname="apxs">(apxs)</a></dt><dd>A perl script that aids in compiling <ahref="#module">module</a> sources into Dynamic Shared Objects (<ahref="#dso">DSO</a>s) and helps install them in the Apache Web
<aname="csr">(CSR)</a></dt><dd>An unsigned <ahref="#certificate">certificate</a> for submission to a <ahref="#certificationauthority">Certification Authority</a>, which signs it
with the <ahref="#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: <ahref="ssl/">SSL/TLS Encryption</a></dd>
<dt><aname="certificationauthority">Certification Authority</a><aname="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: <ahref="ssl/">SSL/TLS Encryption</a></dd>
<dt><aname="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>