Web Hosting Talk







View Full Version : mod_become


(SH)Saeed
11-22-2001, 08:02 PM
Hi,

Has anyone tried this apache module? If it really works and has no known bugs, then this could be a VERY USEFULL module for webhost owners.

Here's a little description:
This module enables the web server to take on the access rights of a user & group, so that ~users can make available files to the web without having to make them readable by the world on the local file system. This can be useful for sites with a large number of users who want to apply file access controls among themselves. This module can also be applied to virtual hosts, directories, and locations.

http://www.snert.com/Software/mod_become/index.shtml

The Prohacker
11-22-2001, 09:25 PM
I'm gonna try this on my non production box tonight, but the security warning kinda makes me warry :D

(SH)Saeed
11-24-2001, 02:24 PM
Originally posted by The Prohacker
I'm gonna try this on my non production box tonight, but the security warning kinda makes me warry :D

Did you get a chance to install it and try it? If so, how's it working?

thewitt
11-24-2001, 03:46 PM
Why wouldn't you just use suexec?

-t

bitserve
11-25-2001, 03:38 PM
Suexec is only used for CGI.

Shouldn't a better description of mod_become be:

"This module enables the web server to take on the access rights of a user & group, so that ~users can make available files to the web without having to make them readable by the the user that the web server runs as on the local file system."

thewitt
11-25-2001, 04:07 PM
Ah - sound of hand slapping forehead - of course.

-t