Re: Apache2 PostgreSQL http authentication

From: "A(dot)M(dot)" <agentm(at)themactionfaction(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Apache2 PostgreSQL http authentication
Date: 2007-10-07 15:19:51
Message-ID: B2DD87D3-D7F7-46EA-9406-382E6EBEB206@themactionfaction.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Oct 7, 2007, at 9:14 , Jeffrey Brower wrote:

> Greetings All,
>
> I have to authenticate against an existing (constantly modified)
> PostgreSQL
> database under Solaris 10 (X86). While my PHP scripts are an obvious
> no-brainer, the rest of the contents need to be protected as well
> (images,
> etc) so the http authentication is required. I am using the blastwave
> Apache2 and PostgreSQL packages.

I found it trivial to install mod_auth_pgsql.
http://www.giuseppetanzilli.it/mod_auth_pgsql/

As far as performance, only your testing will tell if it is
sufficient. In my setup, the authentication overhead is the least of
my worries.

Cheers,
M

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Richard Broersma Jr 2007-10-07 16:06:37 Re: query plan worse after analyze
Previous Message Jeffrey Brower 2007-10-07 13:14:43 Apache2 PostgreSQL http authentication