Commit 6e2a6414 authored by Chuck Murcko's avatar Chuck Murcko
Browse files

Reviewed by: Jim Jagielski, Brian Behlendorf, Chuck Murcko

Submitted by:	Ed Korthof <ed@organic.com>
There is one incorrect comparison (which still doesn't allow for more
children than HARD_SERVER_LIMIT, though it would allow one more child than the
maximum specified, if that was less than HARD_SERVER_LIMIT).   There is also
the possibility of messing up your server if you specify StartServers >
HARD_SERVER_LIMIT (the latter may cause fatal memory corruption -- it did in
the one test I've run).  The attached patch fixes both of those.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@77403 13f79535-47bb-0310-9956-ffa450edef68
parent 0237dc60
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment