summaryrefslogtreecommitdiff
path: root/databases/phppgadmin/MESSAGE
blob: 9c473c66819e8ae6d93353da9449d215f9db829e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$NetBSD: MESSAGE,v 1.5.6.1 2005/08/07 05:23:09 snj Exp $

In order to use ${PKGNAME} under Apache/PHP, include following in your
server configuration:

Include ${EGDIR}/apache.conf

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:

extension=pgsql.so

===========================================================================