## _ _ ## _ __ ___ ___ __| | ___ ___| | mod_ssl ## | '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL ## | | | | | | (_) | (_| | \__ \__ \ | www.modssl.org ## |_| |_| |_|\___/ \__,_|___|___/___/_| ftp.modssl.org ## |_____| ## ____________________________________________________________________________ ## ## Annotated patch file: ssldoc.patch ## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. ## Created on: 16-Oct-2001 ## ## This file assembles changes to existing Apache source files ## between the original Apache and the patched variant. It can be ## automatically applied to a vanilla Apache source tree with the ## 'patch' tool to upgrade those files. Each patch snippet is ## annotated with a short description. ## ## This file contains all patches to the Apache source ## tree which link the SSL documentation into the Apache ## documents tree. ## +--------------------------------------------------------------------------- | Adjust the English frontdoor webpage where we now indicate that | this is an SSL-aware Apache, give additional hyperlinks to mod_ssl and | provide the three new "powered by Apache", "secured by mod_ssl" and | "includes OpenSSL" buttons. +--------------------------------------------------------------------------- Index: htdocs/index.html.en --- htdocs/index.html.en 2001/05/20 08:16:29 1.1.1.3 +++ htdocs/index.html.en 2001/05/20 08:23:01 1.4 @@ -1,38 +1,87 @@ - - - -Test Page for Apache Installation - - - -

If you can see this, it means that the installation of the Apache web -server software on this system was successful. You may now add -content to this directory and replace this page.

- -
-

Seeing this instead of the website you -expected?

- -

This page is here because the site administrator has changed the -configuration of this web server. Please contact the person -responsible for maintaining this server with questions. -The Apache Software Foundation, which wrote the web server software -this site administrator is using, has nothing to do with -maintaining this site and cannot help resolve configuration -issues.

- -
-

The Apache documentation has been included -with this distribution.

- -

You are free to use the image below on an Apache-powered web -server. Thanks for using Apache!

- -
- - - + + + + Test Page for the SSL/TLS-aware Apache Installation on Web Site + + + + +
+
+
+

+ Hey, it worked !
+ The SSL/TLS-aware Apache webserver was
+ successfully installed on this website. +

+

+ If you can see this page, then the people who own this website have just + installed the Apache Web server + software and the Apache + Interface to OpenSSL (mod_ssl) successfully. They now have to add + content to this directory and replace this placeholder page, or else point + the server at their real content. +

+
+ ATTENTION!
+ If you are seeing this page instead of the site you expected, please + contact the administrator of the site involved. + (Try sending mail to <webmaster@domain>.) + Although this site is + running the Apache software it almost certainly has no other connection + to the Apache Group, so please do not send mail about this site or its + contents to the Apache authors. If you do, your message will be + ignored. +
+

+ The Apache online + documentation + has been included with this distribution.
+ Especially also read the + mod_ssl User Manual + carefully. +

+

+ Your are allowed to use the images below on your SSL-aware Apache Web server.
+ Thanks for using Apache, mod_ssl and OpenSSL! +

+

+

+ Apache Webserver +   + mod_ssl Interface +   + OpenSSL Toolkit +
+
+
+ + +--------------------------------------------------------------------------- | Add a hyperlink to the mod_ssl document. +--------------------------------------------------------------------------- Index: htdocs/manual/mod/index.html.en --- htdocs/manual/mod/index.html.en 2001/10/16 11:46:59 1.1.1.1 +++ htdocs/manual/mod/index.html.en 2001/10/16 12:17:00 1.2 @@ -214,6 +218,11 @@
mod_speling Apache 1.3 and up
+ +
mod_ssl Apache 1.3 with mod_ssl + applied
+ +
Apache SSL interface to OpenSSL
Automatically correct minor typos in URLs
+--------------------------------------------------------------------------- | Add a hyperlink to the mod_ssl document. +--------------------------------------------------------------------------- Index: htdocs/manual/mod/index-bytype.html.en --- htdocs/manual/mod/index-bytype.html.en 2001/10/16 11:46:59 1.1.1.1 +++ htdocs/manual/mod/index-bytype.html.en 2001/10/16 12:17:00 1.2 @@ -254,6 +254,11 @@
Experimental file caching, mapping files into memory to improve performace
+ +
mod_ssl Apache 1.3 with mod_ssl + applied
+ +
Apache SSL interface to OpenSSL

Development

+--------------------------------------------------------------------------- | Add hyperlinks for all SSL directives which are | documented inside the mod_ssl document. +--------------------------------------------------------------------------- Index: htdocs/manual/mod/directives.html.en --- htdocs/manual/mod/directives.html.en 2001/10/16 11:46:59 1.1.1.1 +++ htdocs/manual/mod/directives.html.en 2001/10/16 12:17:00 1.2 @@ -526,6 +528,28 @@ href="mod_setenvif.html#SetEnvIfNoCase">SetEnvIfNoCase
  • SetHandler
  • + +
  • SSLPassPhraseDialog +
  • SSLMutex +
  • SSLRandomSeed +
  • SSLSessionCache +
  • SSLSessionCacheTimeout +
  • SSLEngine +
  • SSLProtocol +
  • SSLCipherSuite +
  • SSLCertificateFile +
  • SSLCertificateKeyFile +
  • SSLCACertificatePath +
  • SSLCACertificateFile +
  • SSLCARevocationPath +
  • SSLCARevocationFile +
  • SSLVerifyClient +
  • SSLVerifyDepth +
  • SSLLog +
  • SSLLogLevel +
  • SSLOptions +
  • SSLRequireSSL +
  • SSLRequire
  • StartServers