[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Making a global support area



<Big thoughts>:
>
> - put the following .htaccess in your support directory:
>
> order allow,deny
> allow from all
> require user valid-user
> require group home site-adm admin
> Authname Support
> Authtype Basic
>
> (do not use the /usr/admserv/html/.cobalt/admin/.htaccess as
> previously suggested on this list - this would only allow access to
> the server-admin)

OPPS!  I was too Tired and didn't check the file and at the moment I don't
remember exactly where I took it from originally.  It was somewhere around
there.  Anyway here is the contents of what I currently use.
[admin web]$ more .htaccess
AuthUserFile /dev/null
AuthGroupFile /dev/null
order allow,deny
allow from all
require valid-user
Authname StatsCenter
Authtype Basic

this dosen't limit by group however...

Zeffie