diff options
author | Jeff Trawick <trawick@apache.org> | 2002-05-23 14:58:37 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-05-23 14:58:37 +0200 |
commit | 0547e6e6e9328238ba6f66775f028268640ea48f (patch) | |
tree | fb5841df82d5d88c71f372b2bc99fbaf726ca86c /CHANGES | |
parent | fix a spelling error in a comment (diff) | |
download | apache2-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |