From: mozilla%colinogilvie.co.uk <> Date: Mon, 1 Aug 2005 15:39:32 +0000 (+0000) Subject: Fix tinderbox burning from the previous fix. X-Git-Tag: bugzilla-2.21.1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0664db8a80695d4e149de24ddb3219df25fd3b3;p=thirdparty%2Fbugzilla.git Fix tinderbox burning from the previous fix. --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 07291f6072..863fbb11fe 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