]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Provide a function for closing all of the listeners.
authorColm MacCarthaigh <colm@apache.org>
Wed, 24 Aug 2005 16:51:20 +0000 (16:51 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 24 Aug 2005 16:51:20 +0000 (16:51 +0000)
commitd6f8c966b0517072156f226955c29122190cc723
tree8b129ac34beb5708d773d23364737cb04aaa2714
parent11a5397d1ff7f33f345e069020bede7defa5d6f9
Provide a function for closing all of the listeners.

  * This is useful for properly implementing a graceful stop and restart
    where we want child processess to be able to carry on serving a request
    but "de-listen" from a port. So that another instance entirely can be
    started in our place, or to unbind from a "Listen" directive an admin
    has removed from the configuration.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239710 13f79535-47bb-0310-9956-ffa450edef68
include/ap_listen.h
server/listen.c