summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-05-24 18:48:10 +0000
committerJeff Trawick <trawick@apache.org>2002-05-24 18:48:10 +0000
commitfc658e628bc7a2f23790d5be97e5d8f6e25d755a (patch)
tree8c895ea0153542c044d22632661a1504d0c5430f /CHANGES
parent308e61995383cd5fefe69bdd0fe503499546c6a3 (diff)
downloadhttpd-fc658e628bc7a2f23790d5be97e5d8f6e25d755a.tar.gz
the "-k startssl" parameter is reverted by popular demand
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 36f15d3f26..033cc9f6ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,10 +6,9 @@ Changes with Apache 2.0.37
*) Fix a file permissions problem which prevented mod_disk_cache
from working on Unix. [Jeff Trawick]
- *) Add "-k start|startssl|restart|graceful|stop" support to httpd
- for the Unix MPMs. These have semantics very similar to the
- old apachectl commands of the same name.
- [Justin Erenkrantz, Jeff Trawick]
+ *) Add "-k start|restart|graceful|stop" support to httpd for the Unix
+ MPMs. These have semantics very similar to the old apachectl
+ commands of the same name. [Justin Erenkrantz, Jeff Trawick]
*) Make sure that the runtime dir is created by make install.
PR 9233. [Jeff Trawick]