Download List

프로젝트 설명

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.

System Requirements

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

이 릴리스에는 반환되는 문서의 컨텐트 유형을 지정하기위한 지원이 추가되었습니다. 지금은 특정 디렉토리에 위치 아파치 환경 설정 파일에 연관시킬 수있는 콘텐츠 유형과 콘텐츠와 헤더를 쿼리, 훨씬 더 복잡한 웹 사이트를 정의할 수 있도록했습니다. 데이터베이스 연결을 첫 번째 요청 또는 전적으로 리소스 요구 사항을 줄이기 위해 장애까지 연기하실 수있습니다. 더많은 고급 예제를 제공했다. 라이센스는 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

능력이 서버당 여러 개의 데이터베이스를 호스트하기 위해 가상 호스트와 그들을 연결하여 추가되었습니다.
Tags: Initial freshmeat announcement
The ability to host multiple databases per server
was added by associating them with virtual hosts.

Project Resources