[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] .htaccess & secure web directories
- Subject: RE: [cobalt-users] .htaccess & secure web directories
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Tue Jan 25 17:23:52 2000
Here's one that worked with a different .htpasswd file, so I imagine you
could leave out the path:
AuthPAM_Enabled off
AuthUserFile /home/sites/site12/web/cgi-bin/member/.htpasswd
AuthGroupFile /dev/null
AuthName "NCVOA Members"
AuthType Basic
<Limit GET PUT POST>
require valid-user
</Limit>
--
Dan Kriwitsky
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Andrew D. Forkes
> Sent: Tuesday, January 25, 2000 6:53 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] .htaccess & secure web directories
>
>
>
> We've got this .htaccess file, a very simple one, which works well on our
> normal website. However, when we try to use a copy of the same file to
> control access to our secure web site, none of the usual username/password
> combinations work (?!)
>
> Here's the .htaccess file we're using:
>
> AuthType Basic
> Authname Secure
> <Limit GET POST>
> require valid-user
> </Limit>
>
> Any ideas ? Something to do with PAM ? Maybe too tight a setup of
> shttpd.conf ?
>
> Guesses welcome 8-)
>
> Andrew
>
> P.S. I've checked the owner & permission of the file - all in order.
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>