MLUG: Re: [MLUG] Password auth in httpd
Re: [MLUG] Password auth in httpd
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
On Thu, Mar 06, 2003 at 10:50:09AM -0600, Mark Haidekker wrote:
> 
> A question for the Apache experts:
> 
> I know that password authentification for specific directories is possible by 
> configuration within the httpd.conf file, e.g.
> 
> <Directory /home/www/mainhtml/blah>
>         AuthType Basic
>         AuthName "Access by invitation only."
>         AuthUserFile /home/www/passwords/passwords
>         Require user guest
> </Directory>
> 
> 
> My question: Can we add/modify those directories on a user/group level? I 
> would like to allow a user to change password access for a subdirectory of 
> his, but I don't want him to mess with httpd.conf or restart httpd.
> 

 

You can put this in a .htaccess for each user, with a separate password
file for each.

Regards,
Mark
EMAIL:PROTECTED


_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members