diff options
author | Jeff Trawick <trawick@apache.org> | 2002-04-01 14:53:09 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-04-01 14:53:09 +0200 |
commit | 3010b21372bd849715def86ee7635868e1119531 (patch) | |
tree | db4c39b84dd54f48b4cf4c4269545c6f9109e2f7 /CHANGES | |
parent | Migrate perchild to the new lock API, and clean up some of the logic (diff) | |
download | apache2-3010b21372bd849715def86ee7635868e1119531.tar.xz apache2-3010b21372bd849715def86ee7635868e1119531.zip |
Don't allow initialization to succeed if we can't get a socket
corresponding to one of the Listen statements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Changes with Apache 2.0.35 + + *) Don't allow initialization to succeed if we can't get a socket + corresponding to one of the Listen statements. [Jeff Trawick] + Changes with Apache 2.0.34 *) Allow all Perchild directives to accept either numerical UID/GID |