2002-07-23 14:13:34 +02:00
|
|
|
===========================================================================
|
2005-08-06 23:36:56 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.6 2005/08/06 21:36:56 adrianp Exp $
|
2002-07-23 14:13:34 +02:00
|
|
|
|
2004-10-09 18:23:43 +02:00
|
|
|
In order to use ${PKGNAME} under Apache/PHP, include following in your
|
|
|
|
server configuration:
|
2002-08-23 00:23:51 +02:00
|
|
|
|
2004-10-09 18:23:43 +02:00
|
|
|
Include ${EGDIR}/apache.conf
|
2002-08-23 00:23:51 +02:00
|
|
|
|
2004-10-09 18:23:43 +02:00
|
|
|
This makes ${PKGNAME} available on your server as:
|
|
|
|
|
|
|
|
http://www.yourdomain.com/phppgadmin/
|
|
|
|
|
|
|
|
Your Apache server must also be configured to support PHP, and PHP
|
|
|
|
must be configured to support PostgreSQL by including this in php.ini:
|
|
|
|
|
2005-08-06 23:36:56 +02:00
|
|
|
extension=pgsql.so
|
2002-08-23 00:23:51 +02:00
|
|
|
|
2002-07-23 14:13:34 +02:00
|
|
|
===========================================================================
|