[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Making a global support area
- Subject: Re: [cobalt-users] Making a global support area
- From: "Zeffie" <cobaltlist@xxxxxxxx>
- Date: Sun Jan 21 11:24:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
<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