7.3.3 install under way

Started by Daniel E. Fisheralmost 23 years ago2 messagesgeneral
Jump to latest
#1Daniel E. Fisher
danfisher@bwkip.com

I go 7.3.3 installed Paul thanks...here is what is left

I am trying a php bulletin board by phpbb. I don't think I have the server
configured all the way yet. Any help is appreciated on how to get this
straight

Warning: Unable to connect to PostgreSQL server: FATAL: No pg_hba.conf entry
for host 204.213.206.27, user postgres, database nm in
/var/www/html/crohns/phpBB2/db/postgres7.php on line 79
phpBB : Critical Error

Could not connect to the database

This is in the pg_hba.conf file

www.websiteIamusing.com all themachine'sIP 255.255.255.255 trust

I am sure I need to edit something yet.

-Dan

#2Steve Crawford
scrawford@pinpointresearch.com
In reply to: Daniel E. Fisher (#1)
Re: 7.3.3 install under way

<snip>

This is in the pg_hba.conf file

www.websiteIamusing.com all themachine'sIP 255.255.255.255
trust

I am sure I need to edit something yet.

"host" is a keyword (for tcp/ip connections as opposed to keyword
"local" for local domain socket connections), it is not a hostname.
Try:
host all the.machine.ip.address 255.255.255.255

Cheers,
Steve