]> 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)
commit0547e6e6e9328238ba6f66775f028268640ea48f
treefb5841df82d5d88c71f372b2bc99fbaf726ca86c
parente6f51fa6313856aaf377c246260fba218493749d
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