Re: mod_auth_pg for Apache, and LXP - Mailing list pgsql-general

From Holger Marzen
Subject Re: mod_auth_pg for Apache, and LXP
Date
Msg-id Pine.LNX.4.44.0202272055160.619-100000@bluebell.marzen.de
Whole thread Raw
In response to Re: mod_auth_pg for Apache, and LXP  (Sean Chittenden <sean@chittenden.org>)
List pgsql-general
On Wed, 27 Feb 2002, Sean Chittenden wrote:

> > I am looking for a good set of documention on using
> > mod_auth_pg, since there seem to be several versions
> > of greater or lesser freshness floating around.
>
> http://www.giuseppetanzilli.it/mod_auth_pgsql/
>
> What about this doesn't answer your questions?
>
> > Also wondering if LXP and mod_auth_pg interact in anyway
> > of if there is a better way to handle auth with LXP alone
> > or a philosophy for having them work well together.
>
> mod_auth_pgsql installs itself as an authentication handler, lxp is a
> content handler: there shouldn't be any problems.  -sc

I use Apache + PHP + PostgreSQL + mod_auth_pg, and it's great. I can
give web-dialogs to admin users who administrate the user- and group
tables and I can protect directories (and thus web pages) with
.htaccess.

I like it. Very cool, especially the additional clauses that you can put
in .htaccess, e.g. if you have boolean "active/inactive" columns to
quickly disable users without deleting or resetting their passwords.


pgsql-general by date:

Previous
From: "Jairo Tcatchenco"
Date:
Subject: Drawing databases
Next
From: Andrew Sullivan
Date:
Subject: abnormal exits: what am I overlooking?