mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
This commit is contained in:
7
CHANGES
7
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
|
||||
|
||||
Reference in New Issue
Block a user