From 67801057d1adb7168fdf47771d669692533aa707 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 18 Nov 2007 09:38:09 +1300 Subject: [PATCH] Note that PostgreSQL needs a reload after modifying pg_hba.conf --- docs/website/installation.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/website/installation.php b/docs/website/installation.php index feebd8f8..e477f4e5 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -163,6 +163,10 @@ database on a different server, you should read the PostgreSQL documentation on pg_hba.conf for the version you are using.

+

Once you have changed the pg_hba.conf file you will need to +reload or restart the PostgreSQL process for the change to come +into effect.

+

Apache VHost Configuration

Your Apache instance needs to be configured for Virtual Hosts. If