I am able to get basic authentication working (prompts client for a username and password). However, when tring to use digest as AuthType, i get server errors on the client. What must be done? Thank you for any help.
Thanks for the response. I checked the error_log, and it was saying "Invalid command 'AuthDigestDomain'..." so I figured it wasn't getting loaded. I then checked httpd.conf, and low and behold, LoadModule digest_module modules/mod_digest.so was '#' out. So I removed the # and restarted the httpd service. And i still get the same error in my log file about invalid command and now it says "[error] Cannot remove module mod_digest.c: not found in module list" The file mod_digest.so exists with all other modules in the /usr/lib/apache dir though. What is going on? Thanks for the help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.