Thread: [OT] apache auth with postgres?
Hi! Does anyone know a solution how to use mod_auth or other apache autorization with Postgres? Thanks, -Marcin
> -----Original Message----- > From: pgsql-novice-owner@postgresql.org > [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Marcin Gil > Sent: Wednesday, November 17, 2004 12:11 PM > To: pgsql-novice@postgresql.org > Subject: [NOVICE] [OT] apache auth with postgres? > > Hi! > > Does anyone know a solution how to use mod_auth or other > apache autorization with Postgres? > And I answer myself: http://www.giuseppetanzilli.it/mod_auth_pgsql2/ Doh, need a training in google :) Sorry for trouble. -Marcin
On Nov 17, 2004, at 8:10 PM, Marcin Gil wrote: > Hi! > > Does anyone know a solution how to use mod_auth or other > apache autorization with Postgres? > There are two that I know of: + mod_auth_pgsql <http://www.giuseppetanzilli.it/mod_auth_pgsql/> + AuthPg <http://authpg.sourceforge.net/> I've used mod_auth_pgsql 0.9.12 successfully with Apache 1.3.29 and PostgreSQL .7.4.1. I haven't tried AuthPg, though it looks like it's been updated more recently than mod_auth_pgsql (2004-06-11 versus 2002-11-01). As I was typing this, I saw you answered yourself. Good luck! Michael Glaesemann grzm myrealbox com
----Original Message---- From: Michael Glaesemann [mailto:grzm@myrealbox.com] Sent: Wednesday, November 17, 2004 12:36 PM To: Marcin Gil Cc: pgsql-novice@postgresql.org Subject: Re: [NOVICE] [OT] apache auth with postgres? > + AuthPg <http://authpg.sourceforge.net/> > README for AuthPG states that it works with apache 1.x. So I'm a bit concerned that it won't compile for apache 2.x. I'll give it a shot thou.. > As I was typing this, I saw you answered yourself. Good luck! > Thanks! -Marcin