Commit 4d4da1e0 authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Some kernels refuse to setgid(group) or semctl(IPC_SET) when the group

number is above 60000. The Apache Default of #-1 is interpreted by these
kernels as a huge positive integer, and semctl() fails with EINVAL.
A NOTE was added to the httpd.conf-dist file to warn about such a problem.
I was mislead into thinking that ReliantUNIX had semctl() problems, but
the reason was a wrong group id; the ReliantUNIX 5.44 fallback to
USE_FCNTL_SERIALIZED_ACCEPT was therefore unnecessary, I reverted to the
old default.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81168 13f79535-47bb-0310-9956-ffa450edef68
parent 8dc96b29
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