Hello All:
I've been banging on this issues for a couple of days now. I
have all modules installed and can't get AuthType Basic or AuthType Digest
to work. I even have a setup for LDAP that doesn't work. The same setup
works as in Apache 2.2. Can you guys give me some pointers as to were I
went astray? thanks all for your help. I used htdigest to generate
password and realm for Digest.
My setup is as follows.
AuthName "Private"
AuthType Basic
AuthBasicProvider file
AuthUserFile /usr/local/apache24/conf/secfile2
Require valid-user
and
AuthType Digest
AuthName "apache24"
AuthDigestAlgorithm MD5
AuthDigestDomain / http://amazon-node
AuthDigestProvider file
AuthUserFile /usr/local/apache24/conf/secfile
Require valid-user
--
Ezra Taylor