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.sothen 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx