I installed mod_auth_mysql and found to my dismay that regular HTTP digest auth stopped working. I disabled mod_auth_mysql in my config and regular digest auth started working again. is there no way to have both types of authentication at the same time?
I am running Apache 1.3.34 on Linux.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
mod_auth_mysql doesn't support digest authentication, so I suspect there won't be any easy way to get the two working together. The basic authentication protocols are different and incompatible.
I could be wrong, though - never used digest myself.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed mod_auth_mysql and found to my dismay that regular HTTP digest auth stopped working. I disabled mod_auth_mysql in my config and regular digest auth started working again. is there no way to have both types of authentication at the same time?
I am running Apache 1.3.34 on Linux.
mod_auth_mysql doesn't support digest authentication, so I suspect there won't be any easy way to get the two working together. The basic authentication protocols are different and incompatible.
I could be wrong, though - never used digest myself.