Commit 949e6ef9 authored by Joshua Slive's avatar Joshua Slive
Browse files

Put the ssl docs in a format where they will be maintainable without Ralf's

tools.  Mostly I've only touched the top and the bottom of each doc.
I also got rid of the old cover page and the overview, since they seemed
obsolete.

Once again, I apologize for wrecking Ralf's nice work.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91769 13f79535-47bb-0310-9956-ffa450edef68
parent ab65fde0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
    <hr />

    <h3 align="CENTER">Apache HTTP Server Version 2.0</h3>
    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
    <a href="../"><img src="../images/home.gif" alt="Home" /></a>

+6 −0
Original line number Diff line number Diff line
    <div align="CENTER">
      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 

      <h3>Apache HTTP Server Version 2.0</h3>
    </div>
+31 −218
Original line number Diff line number Diff line
<html>
<head>
<title>mod_ssl: Title Page</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!--
  Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
<title>Apache SSL/TLS Encryption</title>
</head>

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#000080" alink="#FF0000"> 
<!--#include virtual="header.html" -->

  1. Redistributions of source code must retain the above
     copyright notice, this list of conditions and the following
     disclaimer. 
<h1 align="CENTER">SSL/TLS Strong Encryption</h1>

  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.
<p>The Apache HTTP Server module <a href="../mod/mod_ssl.html">mod_ssl</a>
provides an interface to the <a
href="http://www.openssl.org/">OpenSSL</a> library, which provides
Strong Encryption using the Secure Sockets Layer and Transport Layer
Security protocols.  The module and this documentation are based on
Ralf S. Engelschall's mod_ssl project.</p>

  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.modssl.org/)."
<ul>
<li><a href="ssl_intro.html">Introduction</a></li>
<li><a href="ssl_compat.html">Compatibility</a></li>
<li><a href="ssl_howto.html">How-To</a></li>
<li><a href="ssl_faq.html">Frequently Asked Questions</a></li>
<li><a href="ssl_glossary.html">Glossary</a></li>
</ul>

  4. The name "mod_ssl" must not be used to endorse or promote
     products derived from this software without prior written
     permission.  
<p>Extensive documentation on the directives and environment variables
provided by this module is provided in the <a
href="../mod/mod_ssl.html">mod_ssl reference documentation</a>.</p>

  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.modssl.org/)."

  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;
}
#howto {
    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>
<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>
</head>
<body bgcolor="#ffffff" text="#000000" link="#333399" alink="#9999ff" vlink="#000066">
<div align="center">
<table width="600" cellspacing="0" cellpadding="0" border="0" summary="">
<tr>
  <td>
<br>
<table cellspacing="0" cellpadding="0" border="0" summary="">
<tr>
    <td>
        <table cellspacing="0" cellpadding="0" border="0" summary="">
        <tr>
        <td>
        <img
           src="ssl_cover_title.jpg"
           alt="User Manual"
         width="421" height="73">
        </td>
        </tr>
        <tr>
        <td align="right">
        <font face="Arial,Helvetica">mod_ssl version 2.8</font> &nbsp;&nbsp;
        </td>
        </tr>
        </table>
        <br>
    </td>
</tr>
<tr>
    <td>
        <a
           href="http://www.modssl.org/"
><img
           src="ssl_cover_logo.jpg"
           alt="mod_ssl - The Apache Interface to OpenSSL"
           border="0"
         width="504" height="231"></a>
    </td>
</tr>
<tr>
    <td align="right">
        <table summary="">
        <tr>
            <td>
                <tt>Ralf S. Engelschall</tt><br>
                <tt>rse@engelschall.com</tt><br>
                <tt>www.engelschall.com</tt><br>
            </td>
            <td>
                &nbsp;&nbsp;&nbsp;&nbsp;
            </td>
            <td align="right" valign="bottom">
<a href="ssl_overview.html" onmouseover="ro_imgOver('ro_img_unknown1', 'next page'); return true" onmouseout="ro_imgNormal('ro_img_unknown1'); return true" onfocus="ro_imgOver('ro_img_unknown1', 'next page'); return true" onblur="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>
            <td>
            <img src="ssl_template.imgdot-1x1-transp.gif" alt="" width="30" height="1" align="bottom" border="0">
            </td>
        </tr>
        </table>
    </td>
</tr>
</table>
  </td>
</tr>
</table>
</div>
<p><!--#include virtual="footer.html" --> </p>
  </body>
</html>
+31 −218
Original line number Diff line number Diff line
<html>
<head>
<title>mod_ssl: Title Page</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!--
  Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
<title>Apache SSL/TLS Encryption</title>
</head>

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#000080" alink="#FF0000"> 
<!--#include virtual="header.html" -->

  1. Redistributions of source code must retain the above
     copyright notice, this list of conditions and the following
     disclaimer. 
<h1 align="CENTER">SSL/TLS Strong Encryption</h1>

  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.
<p>The Apache HTTP Server module <a href="../mod/mod_ssl.html">mod_ssl</a>
provides an interface to the <a
href="http://www.openssl.org/">OpenSSL</a> library, which provides
Strong Encryption using the Secure Sockets Layer and Transport Layer
Security protocols.  The module and this documentation are based on
Ralf S. Engelschall's mod_ssl project.</p>

  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.modssl.org/)."
<ul>
<li><a href="ssl_intro.html">Introduction</a></li>
<li><a href="ssl_compat.html">Compatibility</a></li>
<li><a href="ssl_howto.html">How-To</a></li>
<li><a href="ssl_faq.html">Frequently Asked Questions</a></li>
<li><a href="ssl_glossary.html">Glossary</a></li>
</ul>

  4. The name "mod_ssl" must not be used to endorse or promote
     products derived from this software without prior written
     permission.  
<p>Extensive documentation on the directives and environment variables
provided by this module is provided in the <a
href="../mod/mod_ssl.html">mod_ssl reference documentation</a>.</p>

  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.modssl.org/)."

  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;
}
#howto {
    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>
<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>
</head>
<body bgcolor="#ffffff" text="#000000" link="#333399" alink="#9999ff" vlink="#000066">
<div align="center">
<table width="600" cellspacing="0" cellpadding="0" border="0" summary="">
<tr>
  <td>
<br>
<table cellspacing="0" cellpadding="0" border="0" summary="">
<tr>
    <td>
        <table cellspacing="0" cellpadding="0" border="0" summary="">
        <tr>
        <td>
        <img
           src="ssl_cover_title.jpg"
           alt="User Manual"
         width="421" height="73">
        </td>
        </tr>
        <tr>
        <td align="right">
        <font face="Arial,Helvetica">mod_ssl version 2.8</font> &nbsp;&nbsp;
        </td>
        </tr>
        </table>
        <br>
    </td>
</tr>
<tr>
    <td>
        <a
           href="http://www.modssl.org/"
><img
           src="ssl_cover_logo.jpg"
           alt="mod_ssl - The Apache Interface to OpenSSL"
           border="0"
         width="504" height="231"></a>
    </td>
</tr>
<tr>
    <td align="right">
        <table summary="">
        <tr>
            <td>
                <tt>Ralf S. Engelschall</tt><br>
                <tt>rse@engelschall.com</tt><br>
                <tt>www.engelschall.com</tt><br>
            </td>
            <td>
                &nbsp;&nbsp;&nbsp;&nbsp;
            </td>
            <td align="right" valign="bottom">
<a href="ssl_overview.html" onmouseover="ro_imgOver('ro_img_unknown1', 'next page'); return true" onmouseout="ro_imgNormal('ro_img_unknown1'); return true" onfocus="ro_imgOver('ro_img_unknown1', 'next page'); return true" onblur="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>
            <td>
            <img src="ssl_template.imgdot-1x1-transp.gif" alt="" width="30" height="1" align="bottom" border="0">
            </td>
        </tr>
        </table>
    </td>
</tr>
</table>
  </td>
</tr>
</table>
</div>
<p><!--#include virtual="footer.html" --> </p>
  </body>
</html>
+29 −304

File changed.

Preview size limit exceeded, changes collapsed.

Loading