From: Doug MacEachern Date: Thu, 28 Feb 2002 02:00:10 +0000 (+0000) Subject: PR: X-Git-Tag: 2.0.33~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd335310d58e87cdc00eed81b22ffb9ccf745638;p=apache PR: Obtained from: Submitted by: Reviewed by: add note about ssl restart changes. s/mod_perl/mod_ssl/ in bill's note. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93621 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e6948a93a0..cdd28bc058 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,13 @@ Changes with Apache 2.0.33-dev + *) Change mod_ssl to always do a full startup/teardown on restarts. + this allows mod_ssl to be added to a server that is already + running and makes it possible to add/change certs/keys after the + server has been started. [Doug MacEachern] + *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl. This pipe must be a bidirectional 'console' style relay, which - mod_perl prints all prompts to the pipe's stdin, and reads the + mod_ssl prints all prompts to the pipe's stdin, and reads the passphrases from the pipe's stdout. [William Rowe] *) Fix bug where --sysconfdir and --localstatedir were being