Hello,
Has anybody ever had any success in using mod_auth_pgsql and
mod_auth_mysql within the same Apache 2 server implementation?
I have two virtual servers running applications:
On app requires authentication to a Postgresql databases.
The other virtual server's app authenticates via Mysql.
Which ever module is listed first in the LoadModule section wins.
If I have:
LoadModule mysql_auth_module libexec/apache2/mod_auth_mysql.so
LoadModule auth_pgsql_module libexec/apache2/mod_auth_pgsql.so
then my virtual server that requires mysql authentication works, but the
other that requires authentication against a postgresql databases
doesn't work.
And vice-versa.
Is it possible to get them to coexist? Or am I hosed?
Thanks,
DW
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]