Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-20 08:55
0.1a3

Ce communiqué a ajouté le support pour spécifier le type de contenu des documents retournés. Le type de contenu et le contenu et les requêtes en-tête peuvent être associées avec des répertoires et des sites spécifiques dans le fichier de configuration d'Apache, permettant aux sites Web beaucoup plus complexe à définir. Connexions de base de données peut être différé jusqu'à ce que la première demande ou complètement désactivée pour réduire les besoins en ressources. Autres exemples d'avancées ont été fournis. La licence a été changé à la licence BSD.
Tags: Major feature enhancements
This release added support for specifying the content type of returned documents. The content type and the content and header queries can now be associated with specific directories and locations in the Apache configuration file, allowing much more complex Web sites to be defined. Database connections can be deferred until the first request or disabled entirely to reduce resource requirements. More advanced examples were provided. The license has been changed to the BSD license.

2005-11-14 15:44
0.0.2a

La possibilité d'héberger plusieurs bases de données par serveur a été ajouté en les associant avec des hôtes virtuels.
Tags: Initial freshmeat announcement
The ability to host multiple databases per server
was added by associating them with virtual hosts.

Project Resources