From: mozilla%colinogilvie.co.uk <> Date: Fri, 4 Apr 2008 11:47:33 +0000 (+0000) Subject: Fix tinderbox burning from the previous fix. X-Git-Tag: bugzilla-3.1.3~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09a7f473b166b72a20a52f4d8862f8483ea2ce8;p=thirdparty%2Fbugzilla.git Fix tinderbox burning from the previous fix. --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 851cf11b7c..0b5e40ab6b 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/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