mod_libpq initial release

From: Andrew Smith <postgresql(at)asmith(dot)id(dot)au>
To: pgsql-announce(at)postgresql(dot)org
Subject: mod_libpq initial release
Date: 2005-11-15 01:50:34
Message-ID: 20051115015034.GA7209@asmith.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce


mod_libpq is an Apache 1.3 Web server module which maintains persistent
connections to one or more PostgreSQL databases, eliminating the need for
cumbersome middleware "glue". Millions of complex pages can be fully or
partially pre-rendered, stored in a database, and then served directly
to the Web.

One database can be associated with the main Apache server and an
additional database can be associated with each virtual host defined
in httpd.conf. Requests are converted into a pair of user configurable
queries which are sent directly to the database via PostgreSQL's libpq
API. The first query processes the request headers and the second query
returns the document content.

<http://asmith.id.au/mod_libpq.html>

The module is available for free under the GNU General Public Licence.

Please contact the author directly if you would like to request features,
report bugs or obtain the software under a different licence.

Andrew Smith

<http://asmith.id.au>

Browse pgsql-announce by date

  From Date Subject
Next Message Luke Lonergan 2005-11-15 05:10:05 Bizgres MPP Limited Beta now closed - Thank you!
Previous Message David Fetter 2005-11-14 16:25:00 Re: PostgreSQL Weekly News - November 13 2005