Apache authorization using postgres

From: John Gage <jsmgage(at)numericable(dot)fr>
To: PostgreSQL - General <pgsql-general(at)postgresql(dot)org>
Subject: Apache authorization using postgres
Date: 2010-05-24 12:21:23
Message-ID: C2B660C6-A48A-4607-8BE3-860E04BFC0A2@numericable.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is this the latest on this subject?

Re: Apache2 PostgreSQL http authentication
• From: "Jeffrey Brower" <Jeff(at)PointHere(dot)net>
• To: <pgsql-performance(at)postgresql(dot)org>
• Subject: Re: Apache2 PostgreSQL http authentication
• Date: Sun, 7 Oct 2007 20:29:27 -0400

First you need to make sure that the blastwave package for apache
development is on your machine.

Use the blastwave command: pkg-get -i apache2_devel This gives you the
headers you are missing from the apache binary install (as well as
loading the libtool etc that the apxs command will use.

Now go to http://www.giuseppetanzilli.it/mod_auth_pgsql2/ and download
the source. I put it in /Documents/mod_auth_pgsql2/mod_auth_pgsql-2.0.3

[snip]

Thanks,

John Gage

Responses

Browse pgsql-general by date

  From Date Subject
Next Message venu madhav 2010-05-24 12:53:12 Auto vacuum configuration in postgres.
Previous Message Ivan Voras 2010-05-24 09:42:54 Re: Full text search on a complex schema - a classic problem?