AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
Expand all | Collapse all

apache - httpd - mod_auth_digest

  • 1.  apache - httpd - mod_auth_digest

    Posted Mon July 15, 2019 09:43 AM

    Originally posted by: aix_tom


    Hello,

    it seems that httpd (Apache webserver), which is provided via AIX Toolbox, does not include mod_auth_digest

    Or do I miss something?

    Thank you for your help!

    Thomas

     



  • 2.  Re: apache - httpd - mod_auth_digest

    Posted Mon July 15, 2019 11:20 AM

    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.