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

RE: [cobalt-users] apache - sorta off topic



Title: RE: [cobalt-users] apache - sorta off topic

This is how the Cobalts do it:

order allow,deny
allow from all
require user admin
Authname CobaltRaQ
Authtype Basic

The line that makes it use the /etc/passwd file is "require user admin"
You are going to have to put each user that you want to access the directory in this line.

Charlie

-----Original Message-----
From: Nathan Martinez [mailto:nathanm@xxxxxxxxxx]
Sent: Wednesday, February 09, 2000 12:02 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] apache - sorta off topic


I appreciate everyone trying to help me but I must have been unclear in what
I wanted.  I understand how to set up .htaccess protected sites in the manor
described below.  I am wanting to replicate what the cobalts do by default
(require that the user/passwd exist in /etc/passwd and not have to use
htpasswd) on my redhat 6.1 machine.  Thank you for your help.

-Nathan Martinez
----- Original Message -----
From: "Debbie Doerrlamm" <wkdwich@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, February 08, 2000 8:39 PM
Subject: Re: [cobalt-users] apache - sorta off topic


> My .htaccess is different and working well, none of the people in the
> .htpasswd files ( I have many scattered thru the domain) are users on the
site
>
> # Access file
> order allow,deny
> allow from all
> require valid-user
> AuthPAM_Enabled off
> Authname some_babble_here
> Authtype Basic
> AuthUserFile /home/sites/home/path/to/.htpasswd
>
> then I created the .htpasswd
> htpasswd -c .htpasswd [username]
> it prompts me for the password 2x's and I'm done..
>
> The AuthPAM line is REQUIRED.. it won;t work without it...
>
> >Within your .htaccess file you must have the following:
> >
> >AuthType Basic
> >AuthPAM_Enabled off
> >AuthName your_site_name_here
> >AuthUserFile /some_location/htpasswd
> ><Limit GET POST>
> >  require user user1 user2
> ></Limit>
> >
> >You will then need to add the users to the htpasswd file via
> >the htpasswd program:
>
> Regards,
> Debbie -->> <a href="" href="http://beautytech.com/contest" TARGET="_blank">http://beautytech.com/contest">New Millennium Nailart
> & Makeover Contest</a>
>
>  ^v^   ///\o/\\\    ^v^
>
> Debbie Doerrlamm       webmaster2@xxxxxxxxxxxxxx
> (AIM- Nailgodess or NailGdsss)
>
> WWWeb Services, Ronkonkoma, NY
> 877-669-7953 - voicemail/fax
> BeautyTech / SalonMart
> http://beautytech.com/   http://salonmart.com
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users


_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-users