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

[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.