]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add "-k start|startssl|restart|graceful|stop" support to httpd
authorJeff Trawick <trawick@apache.org>
Thu, 23 May 2002 12:58:37 +0000 (12:58 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 23 May 2002 12:58:37 +0000 (12:58 +0000)
commite2bd3d5aaaaa0fcfc5bd4cd77fa0022799203a16
treefb5841df82d5d88c71f372b2bc99fbaf726ca86c
parent5bbdfed25a138c1972d7b90edd6dee2230636d1a
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
CHANGES
include/http_main.h
include/mpm_common.h
server/main.c
server/mpm/prefork/mpm.h
server/mpm/prefork/prefork.c
server/mpm/worker/mpm.h
server/mpm/worker/worker.c
server/mpm_common.c