mod_myuserdir 0.99.2 review

Download
by rbytes.net on

mod_myuserdir is an Apache 1.3.xx module for dynamically configured mass userdirs with php

License: The Apache License 2.0
File size: 26K
Developer: Igor Popov
0 stars award from rbytes.net

mod_myuserdir is an Apache 1.3.xx module for dynamically configured mass userdirs with php. All configurations are stored in MySQL database.

No need to have every user in system userbase (/etc/passwd), no need to restart apache after configuration changed (homedir changed, user [un]blocked...).
After all, it is capable to change settings of PHP4 dynamically (if php is loadable module or it is linked with apache) for any user. By default, it sets open_basedir as homedir to prevent user from stoling files from other users and from your server, but you have ability to change almost any parameter that exists in php.ini, for example, you can turn on safe_mode or register_globals for particular user, if it has old php scripts that use global variables.

Requirements:
Apache (1.3 branch)
MySQL (Old Production (4.1.x)
MySQL (Old Production (4.0.x)

What's New in This Release:
PHP's safe_mode is on by default.
This release has the internal function escape_sql() instead of mysql_escape_string.

mod_myuserdir 0.99.2 keywords