On 05/23/2012 06:58 AM, Richard Davies wrote:
Eric Covener wrote:
?Require
Or alternatively, a way for me to have "Require valid-user", but then
somehow prevent users from accessing directories other than their own?
(even with a hack like rewrite rules?)
There is a shortcut if the those names
Eric Covener wrote:
> > ?Require
> >
> > Or alternatively, a way for me to have "Require valid-user", but then
> > somehow prevent users from accessing directories other than their own?
> > (even with a hack like rewrite rules?)
>
> There is a shortcut if the those names are system users and they
> Â Require
>
> Or alternatively, a way for me to have "Require valid-user", but then
> somehow prevent users from accessing directories other than their own?
> (even with a hack like rewrite rules?)
There is a shortcut if the those names are system users and they
actually own their directories:
Hi all,
I would appreciate any suggetions on how to achieve the following:
I have a large number of per-user directories:
/var/www/user1
/var/www/user2
/var/www/user3
...
And a htdigest file containing usernames and passwords for all of these
users.
I want to set up authentication for