From bd335310d58e87cdc00eed81b22ffb9ccf745638 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Thu, 28 Feb 2002 02:00:10 +0000 Subject: [PATCH] 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 --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.40.0