index.html.en revision ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<?xml version="1.0" encoding="ISO-8859-1"?>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe This file is generated from xml source: DO NOT EDIT
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe -->
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<title>Apache SSL/TLS Encryption - Apache HTTP Server</title>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<link href="/images/favicon.ico" rel="shortcut icon" /></head>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<body id="manual-page"><div id="page-header">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<p class="apache">Apache HTTP Server Version 2.1</p>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<img alt="" src="/images/feather.gif" /></div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div id="path">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache SSL/TLS Encryption</h1>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div class="toplang">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<p><span>Available Languages: </span><a href="/en/ssl/" title="English">&nbsp;en&nbsp;</a> |
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<a href="/ja/ssl/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe</div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<p>The Apache HTTP Server module <code class="module"><a href="/mod/mod_ssl.html">mod_ssl</a></code>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweprovides an interface to the <a href="http://www.openssl.org/">OpenSSL</a> library, which provides
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweStrong Encryption using the Secure Sockets Layer and Transport Layer
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSecurity protocols. The module and this documentation are based on
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweRalf S. Engelschall's mod_ssl project.</p>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe</div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#documentation">Documentation</a></li>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<li><img alt="" src="/images/down.gif" /> <a href="#mod-ssl">mod_ssl</a></li>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe</ul></div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div class="section">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<h2><a name="documentation" id="documentation">Documentation</a></h2>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<ul>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<li><a href="ssl_intro.html">Introduction</a></li>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<li><a href="ssl_compat.html">Compatibility</a></li>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<li><a href="ssl_howto.html">How-To</a></li>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<li><a href="ssl_faq.html">Frequently Asked Questions</a></li>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<li><a href="/glossary.html">Glossary</a></li>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe</ul>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div class="section">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<h2><a name="mod-ssl" id="mod-ssl">mod_ssl</a></h2>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<p>Extensive documentation on the directives and environment variables
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweprovided by this module is provided in the <a href="/mod/mod_ssl.html">mod_ssl reference documentation</a>.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe</p>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe</div></div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div class="bottomlang">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<p><span>Available Languages: </span><a href="/en/ssl/" title="English">&nbsp;en&nbsp;</a> |
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<a href="/ja/ssl/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe</div><div id="footer">
<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p></div>
</body></html>