Mareq 0 Newbie Poster

On my linux box, I have installed Debian GNU/Linux and Apache 2. I need to set up .htaccess with authentification data stored in Postgre SQL database.

The problem is, that I can not find libapache2_mod_auth_pgsql. Only modules I found was libapache_mod_auth_pgsql (Postgres authentification Apache module for Apache version 1, not 2) and libapache2_mod_auth_mysql (This one is module for Apache 2 as I need, but uses MySQL database instead of Posgre SQL). I tried to install Postgres authentification module for Apache 1, but dselect told me (as I expected), that I should downgrade to Apache 1, but I do not want to.

Does anybody know, how to solve my problem, please?