]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add the ShmemUIDisUser directive and logic. Apache does not require
authorJim Jagielski <jim@apache.org>
Sat, 21 Sep 2002 17:18:34 +0000 (17:18 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 21 Sep 2002 17:18:34 +0000 (17:18 +0000)
commitc0fa7cef42285e5e1f49fec55642ad288fea49b7
tree963257160a0b6d8875191d9725d62bbdd1238ca3
parent41e94b4af30e5cf7adb43138eedc2acb97915469
Add the ShmemUIDisUser directive and logic. Apache does not require
that the SysV shared memory segment be reset to the uid/gid of
User/Group. In fact, it's not wise that it do so. However, there are
some 3rd party "add ons" that require/expect this behavior...
So allow admins to do so, assuming they know the impacts.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96941 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/include/http_conf_globals.h
src/main/http_core.c
src/main/http_main.c