           SPELL=apache-mod_ssl
         VERSION=2.8.24-1.3.33
          SOURCE=mod_ssl-$VERSION.tar.gz
    SOURCE2_BASE=apache_${VERSION##*-}
         SOURCE2=$SOURCE2_BASE.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
      SOURCE_URL=http://www.modssl.org/source/$SOURCE
     SOURCE2_URL=http://www.apache.org/dist/httpd/$SOURCE2
     SOURCE_HASH=sha1:cb2e77efa0c7df3368b3be0d6bbdf13fa92090f1
    SOURCE2_HASH=sha1:4cd49534d1abd04c81ab215f2457122d85855b0d
        WEB_SITE=http://www.modssl.org/
         ENTERED=20011219
         UPDATED=20030822
       BUILD_API=2
      LICENSE[0]=BSD
      LICENSE[1]=APACHE
if  [  "$CERTIFICATE"  ==  "y"  ];  then
          VOYEUR="on"
fi
           SHORT="SSL incorporation via mod_ssl to apache"
cat << EOF
Apache is the world's most popular HTTP server, being quite possibly
the best around in terms of functionality, efficiency, security and speed.

This module (mod_ssl)  provides strong cryptography for the Apache 1.3
HTTP server via the Secure Sockets Layer (SSL v2/v3) and Transport Layer
Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit
OpenSSL, which is based on SSLeay from Eric A. Young and Tim J. Hudson.
EOF
