Apache mod_suid 2.1 review

Download
by rbytes.net on

Apache mod_suid allows per-vhost execution of scripts under their own UIDs

License: BSD License
File size: 39K
Developer: Igmar Palsenberg
0 stars award from rbytes.net

Apache mod_suid allows per-vhost execution of scripts under their own UIDs. It functions in a way similar to Apache's perchild MPM, but differs in a number of ways.

Apache mod_suid does per child user/group switching; the Apache MPM makes switches based on vhosts. All processing is done under a specific UID/GID, including PHP and mod_perl scripts.

Requirements:
Apache 1.3

What's New in This Release:
The fsuid code was removed, since it doesn't work when using ports greater than 1024.
A bug which occurred when setresuid() was called with the wrong arguments in certain circumstances was fixed.

Apache mod_suid 2.1 keywords