]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Exit when we can't listen on any of the configured ports. This
authorJeff Trawick <trawick@apache.org>
Tue, 16 Oct 2001 18:45:16 +0000 (18:45 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 16 Oct 2001 18:45:16 +0000 (18:45 +0000)
commitb9c5fa38be1a0db9f5e068617b05ab101de1c2de
tree9575bcafdee3c766ec2393d0b3c8a2badd4d3d8e
parente177d373be8b0572188c233bcf5bfceca9a6d0bb
Exit when we can't listen on any of the configured ports.  This
is the same behavior as 1.3, and it avoids having the MPMs to
deal with bogus ap_listen_rec structures.

This also backs out some circumventions I and Greg Ames had added
to prefork; these are no longer necessary because of this change.

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