From 4332c43c908c91626680c5d9930511f9ea2e6abc Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 12 Aug 2005 14:10:18 +0000 Subject: [PATCH] removed the misinformation of the previous edit --- livesupport/doc/install.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/livesupport/doc/install.html b/livesupport/doc/install.html index 6c8de974c..e120d4839 100644 --- a/livesupport/doc/install.html +++ b/livesupport/doc/install.html @@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.

Scope

@@ -134,12 +134,9 @@ to following line:
tcpip_socket = true

and also edit pg_hba.conf (usually /var/lib/postgres/data/pg_hba.conf) -to include the following three lines, before any other 'host' or 'local' -lines:
+to include the following line, before any other lines starting with "host":

-
host    all      all      127.0.0.1      255.255.255.255   password
-local   all      postgres                                  ident sameuser
-local   all      all                                       password

+
host    all         all         127.0.0.1         255.255.255.255   password

These changes will make sure that the PostgreSQL database is accessible via TCP/IP from localhost.

Web server