Does anyone know where I can get the old mod_auth_mysql 2.20 that is patched that allows apache to connect to multiple databases rather than just one?
I had built an RPM for it in the past, but I lost the source, as well as the source rpm. So i'm stuck with a redhat8 binary which is useless at this time =/
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, 2.20 was WAY before my time. Don't know where you can get it.
However, the current mod_auth_mysql will allow you to connect to different databases in different directories if you don't use the KeepAlive option - i.e.
First Directory can connect to database "members"
Second Directory can connect to database "customers"
You just can't connect to two different databases for the same directory.
Is this what you wanted?
Jerry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone know where I can get the old mod_auth_mysql 2.20 that is patched that allows apache to connect to multiple databases rather than just one?
I had built an RPM for it in the past, but I lost the source, as well as the source rpm. So i'm stuck with a redhat8 binary which is useless at this time =/
Thanks in advance.
Taylor,
Sorry, 2.20 was WAY before my time. Don't know where you can get it.
However, the current mod_auth_mysql will allow you to connect to different databases in different directories if you don't use the KeepAlive option - i.e.
First Directory can connect to database "members"
Second Directory can connect to database "customers"
You just can't connect to two different databases for the same directory.
Is this what you wanted?
Jerry