]> granicus.if.org Git - apache/commit
This change keeps the server from allowing multiple instances to bind to
authorRyan Bloom <rbb@apache.org>
Tue, 5 Feb 2002 06:16:04 +0000 (06:16 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 5 Feb 2002 06:16:04 +0000 (06:16 +0000)
commit6291bfa3d60e3496eb2b88d9f6c310871b0fa41b
treee2e907e49cc5502bc3e91e4e0d4959fa06e79939
parentda94a36da0cc544a23118623a72b59fd49c7ab57
This change keeps the server from allowing multiple instances to bind to
the same port.  Previously, this was necessary, because the Windows MPM
was binding to the socket in both the parent and child.  Today's code
passes the attached socket to the child from the parent, so we don't need
to re-attach in the child.

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