summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-05-23 14:58:37 +0200
committerJeff Trawick <trawick@apache.org>2002-05-23 14:58:37 +0200
commit0547e6e6e9328238ba6f66775f028268640ea48f (patch)
treefb5841df82d5d88c71f372b2bc99fbaf726ca86c /CHANGES
parentfix a spelling error in a comment (diff)
downloadapache2-0547e6e6e9328238ba6f66775f028268640ea48f.tar.xz
apache2-0547e6e6e9328238ba6f66775f028268640ea48f.zip
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. The use of stderr/stdout and exit status for error conditions needs to be revisited. For now it matches apachectl behavior. Justin Erenkrantz got the ball rolling with this feature. Some of his support code was used unchanged. Other code was shuffled around and modified or rewritten. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 48399aa3a6..62e1aedae4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0.37
+ *) 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]
+
*) Make sure that the runtime dir is created by make install.
PR 9233. [Jeff Trawick]