From a8bfc5988e1e00d6497bb1c19b081155b811c179 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Tue, 22 Apr 1997 18:36:00 +0000 Subject: [PATCH] Add a "why doesn't Apache include SSL" Q&A. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77984 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/FAQ.html | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index c423040e2b..8dfaa2837a 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.40 $ ($Date: 1997/04/22 12:05:52 $) + $Revision: 1.41 $ ($Date: 1997/04/22 18:36:00 $)

The latest version of this FAQ is always available from the main @@ -48,17 +48,16 @@ - - + - + - +

@@ -1073,6 +1074,25 @@ directory.


+ +
  • + Why doesn't Apache include SSL? + +

    + SSL (Secure Socket Layer) data transport requires encryption, and many + governments have restrictions upon the import, export, and use of + encryption technology. If Apache included SSL in the base package, + its distribution would involve all sorts of legal and bureaucratic + issues., and it would no longer be freely available. +

    +

    + Some SSL implementations of Apache are available, however; see the + "related projects" + page at the main Apache web site. +

    +
  • -- 2.50.1