Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system
Originally posted by: aix_tom
Hello,
it seems that httpd (Apache webserver), which is provided via AIX Toolbox, does not include mod_auth_digest
mod_auth_digest
Or do I miss something?
Thank you for your help!
Thomas
Originally posted by: AyappanP
We have purposely disabled it during the build.
https://httpd.apache.org/docs/2.4/mod/mod_auth_digest.html
According to the above doc , using basic_auth & mod_ssl is better alternative than auth_digest. We are providing those two.