>From: Ezra Taylor [mailto:[email protected]] >Subject: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache >2.4.6 > >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.
For Digest, I believe all you need is: LoadModule auth_digest_module modules/mod_auth_digest.so >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. > > AuthType Digest > AuthName "apache24" > AuthDigestAlgorithm MD5 > AuthDigestDomain / http://amazon-node > AuthDigestProvider file > AuthUserFile /usr/local/apache24/conf/secfile > Require valid-user >-- >Ezra Taylor When you issued the htdigest command: did you ue use apache24 as the realm name? Did you make a mistake entering the password? For your AuthDigestDomain, are you trying to register two URI? The root and the amazon-node?
