mod_auth_user_dir 1.0 review

Download
by rbytes.net on

mod_auth_user_dir is a module for Apache 2, you can create private user folders using WebDAV protocol

License: GPL (GNU General Public License)
File size: 8K
Developer: Genos
0 stars award from rbytes.net

mod_auth_user_dir is a module for Apache 2, you can create private user folders using WebDAV protocol. Users have only permissions to access to their own directory. Without this module, a htaccess file must be created inside every user folder. This is completely unmanageable when the number of users is big.

We can build a file server accessible from Windows and Linux using WebDAV and a web server like Apache. Because the protocol is build upon HTTP, the server uses ports TCP 80 (HTTP) and TCP 443 (HTTPS). These ports are commonly open in firewalls without any other special requirement.

User authentication (login and password) are delegated to other Apache modules like mod_auth_ldap.

Installation:

download the binary or compile the source. It should work with all Apache 2.x versions.
install the module with /usr/local/apache2/bin/apxs -i -a -n auth_user_dir libmod_auth_user_dir.la
configure directory options in httpd.conf. Option AUTHUSERDIRROOT can be defined for every Directory, and it is the root folder where user folders will be created.
restart Apache: apachectl restart

mod_auth_user_dir 1.0 keywords