Help would be appreciated… greatly. I’m running 10.3 and I’m installing a solution that requires apache2-mod_auth_mysql. I can’t seem to find the rpm on any of the online repositories.
Has the need for this module been deprecated due to new releases of MySQL and or Apache2 ?
I did find a source, but running into issues with the compile…
Yeah I think it isn’t supported for recent versions of Apache. At one location where I needed to authenticate against a MySQL table I used mod_authnz_external (search for it) and wrote a little Perl script to query the table. Somewhat inefficient but this path doesn’t get called often at this site.