From b0664db8a80695d4e149de24ddb3219df25fd3b3 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Mon, 1 Aug 2005 15:39:32 +0000 Subject: Fix tinderbox burning from the previous fix. --- docs/xml/installation.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 07291f607..863fbb11f 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -826,8 +826,10 @@ usually located in /var/lib/pgsql/data/. In this file, you will need to add a new line to it as follows: - host all bugs 127.0.0.1 255.255.255.255 md5 - + + host all bugs 127.0.0.1 255.255.255.255 md5 + + This means that for TCP/IP (host) connections, allow connections from '127.0.0.1' to 'all' databases on this server from the 'bugs' user, and use password authentication (md5) for that user. @@ -837,12 +839,16 @@ , also usually found in the /var/lib/pgsql/data/ folder. You will need to make a single line change, changing - # tcpip_socket = false - + + # tcpip_socket = false + + to - tcpip_socket = true - + + tcpip_socket = true + + Now, you will need to restart PostgreSQL, but you will need to fully stop and start the server rather than just restarting due to the possibility of a change to postgresql.conf. After the server has -- cgit v1.2.3-24-g4f1b