- Original Message -
> I couldn't figure out how to get digest authentication working with
> mod_auth_form, the documentation mentions it once, but offers no
> specifics and I was unable to guess it (I even tried looking at the
> source for comments that might help).
>
> Now as to why I w
ember 26, 2011 7:29 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] mod_auth_form and digest authentication
- Original Message -
> Version of Apache 2.3.15
>
> The documentation for mod_auth_form says that it works with digest or
> basic
Actually, mod_a
- Original Message -
> Version of Apache 2.3.15
>
> The documentation for mod_auth_form says that it works with digest or
> basic
Actually, mod_auth_form should work with any kind of authentication
system that you come up with, since it essentially gives up control
to you and your applic
Version of Apache 2.3.15
The documentation for mod_auth_form says that it works with digest or basic
authentication. I have it working with basic authentication from a database,
but I can't find anything about how to switch over to digest. There are two
reasons for wanting to do this, first if you