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

RE: [cobalt-users] Setting up realms on a RAQ4



> At 05:10 PM 12/10/01 -0400, you wrote:
> >Greetings All,
> >
> >         I searched the Cobalt website and the list archives and haven't
> > found instructions that a Linux newbie like myself could follow. I'm
> > trying to set up some password protected areas in some of my virtual
> > hosts to have pages with limited access.
> >
> >         Does anyone have a clear and concise set of
> instructions on what
> > I would need to do to set this up?
> >
> >Thanks,
> >   Harry
>
> Password protecting a directory with htaccess
>
> 1. Place this in the folder you need to protect. Make sure you have the
> path to the password file correct, change AuthName to match what you want
> to be displayed. Name this file .htacces
>
> #this page is accessible to members and registered guests
>
> AuthUserFile /home/path/to/.htpasswd
> AuthName "Members Directory"
> AuthType Basic
> require valid-user
>
>

If you go to
http://cobalt-knowledge.sun.com/cgi-bin/kbase.cfg/php/enduser/std_alp.php
and search the "RaQ Family" section you will get the correct answer. Look
for the link "Updated - Password protecting a directory "
--
Dan Kriwitsky