summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/mod/mod_ssl/index.html')
-rw-r--r--usr.sbin/httpd/htdocs/manual/mod/mod_ssl/index.html209
1 files changed, 209 insertions, 0 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/index.html b/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/index.html
new file mode 100644
index 00000000000..3b5f78867d2
--- /dev/null
+++ b/usr.sbin/httpd/htdocs/manual/mod/mod_ssl/index.html
@@ -0,0 +1,209 @@
+<html>
+<head>
+<title>mod_ssl: Title Page</title>
+
+<!--
+ Copyright (c) 1998-1999 Ralf S. Engelschall. All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above
+ copyright notice, this list of conditions and the following
+ disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials
+ provided with the distribution.
+
+ 3. All advertising materials mentioning features or use of this
+ software must display the following acknowledgment:
+ "This product includes software developed by
+ Ralf S. Engelschall <rse@engelschall.com> for use in the
+ mod_ssl project (http://www.engelschall.com/sw/mod_ssl/)."
+
+ 4. The name "mod_ssl" must not be used to endorse or promote
+ products derived from this software without prior written
+ permission.
+
+ 5. Redistributions of any form whatsoever must retain the
+ following acknowledgment:
+ "This product includes software developed by
+ Ralf S. Engelschall <rse@engelschall.com> for use in the
+ mod_ssl project (http://www.engelschall.com/sw/mod_ssl/)."
+
+ THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
+ EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
+ HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+<style type="text/css"><!--
+A:link {
+ text-decoration: none;
+ color: #6666cc;
+}
+A:active {
+ text-decoration: none;
+ color: #6666cc;
+}
+A:visited {
+ text-decoration: none;
+ color: #6666cc;
+}
+#sf {
+ font-family: arial,helvetica;
+ font-variant: normal;
+ font-style: normal;
+}
+H1 {
+ font-weight: bold;
+ font-size: 24pt;
+ line-height: 24pt;
+ font-family: arial,helvetica;
+ font-variant: normal;
+ font-style: normal;
+}
+H2 {
+ font-weight: bold;
+ font-size: 18pt;
+ line-height: 18pt;
+ font-family: arial,helvetica;
+ font-variant: normal;
+ font-style: normal;
+}
+H3 {
+ font-weight: bold;
+ font-size: 14pt;
+ line-height: 14pt;
+ font-family: arial,helvetica;
+ font-variant: normal;
+ font-style: normal;
+}
+H4 {
+ font-weight: bold;
+ font-size: 12pt;
+ line-height: 12pt;
+ font-family: arial,helvetica;
+ font-variant: normal;
+ font-style: normal;
+}
+#H {
+}
+#D {
+ background-color: #f0f0f0;
+}
+#faq {
+ font-weight: bold;
+ font-size: 16pt;
+ line-height: 16pt;
+ font-family: arial,helvetica;
+ font-variant: normal;
+ font-style: normal;
+}
+#term {
+ font-weight: bold;
+ font-size: 16pt;
+ line-height: 16pt;
+ font-family: arial,helvetica;
+ font-variant: normal;
+ font-style: normal;
+}
+--></style>
+</head>
+<body bgcolor="#ffffff" text="#000000" link="#333399" alink="#9999ff" vlink="#000066">
+<div align="center">
+<table width="600" cellspacing="0" cellpadding="0" border="0">
+<tr>
+ <td>
+<br>
+<table cellspacing="0" cellpadding="0" border="0">
+<tr>
+ <td>
+ <img
+ src="ssl_cover_title.gif"
+ alt="User Manual"
+ width="377" height="56">
+ </td>
+</tr>
+<tr>
+ <td>
+ <a
+ href="http://www.engelschall.com"
+><img
+ src="ssl_cover_logo.jpg"
+ alt="mod_ssl - The Apache Interface to SSLeay"
+ border="0"
+ width="546" height="294"></a>
+ </td>
+</tr>
+<tr>
+ <td align="right">
+ <table>
+ <tr>
+ <td>
+ Ralf S. Engelschall<br>
+ <font size="-1">rse@engelschall.com</font><br>
+ <font size="-1">www.engelschall.com</font><br>
+ </td>
+ <td>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ </td>
+ <td align="right" valign="bottom">
+<script type="text/javascript" language="JavaScript">
+<!-- Hiding the code
+function ro_imgNormal(imgName) {
+ if (document.images) {
+ document[imgName].src = eval(imgName + "_n.src");
+ self.status = '';
+ }
+}
+function ro_imgOver(imgName, descript) {
+ if (document.images) {
+ document[imgName].src = eval(imgName + "_o.src");
+ self.status = descript;
+ }
+}
+// done hiding -->
+</script>
+<script type="text/javascript" language="JavaScript">
+<!-- Hiding the code
+if (document.images) {
+ ro_img_unknown1_n = new Image();
+ ro_img_unknown1_n.src = "ssl_template.navbut-next-n.gif";
+ ro_img_unknown1_o = new Image();
+ ro_img_unknown1_o.src = "ssl_template.navbut-next-s.gif";
+}
+// done hiding -->
+</script>
+<a href="ssl_overview.html"
+ onMouseOver="ro_imgOver('ro_img_unknown1', 'next page'); return true"
+ onMouseOut="ro_imgNormal('ro_img_unknown1'); return true"
+><img
+ name="ro_img_unknown1"
+ src="ssl_template.navbut-next-n.gif"
+ alt="next page"
+ width="70" height="18"
+ border="0"
+></a><br>Overview
+ </td>
+ </tr>
+ </table>
+ </td>
+</tr>
+</table>
+ </td>
+</tr>
+</table>
+</div>
+</body>
+</html>