Home
The Toolkit for Online Communities
15901 Community Members, 0 members online, 2357 visitors today
Log In Register

Forum OpenACS Q&A: Re: Re: Re: oacs database

OpenACS Home : Forums : OpenACS Q&A : Re: Re: Re: oacs database : One Message

+
5: Re: Re: Re: oacs database (response to 4)
Posted by Aash SH on
edit your postgresql.conf, makesure tcpip_socket=true and port = 5432

and pg_hba.conf, please put the ip address of the terminal that you want to connect to the server together with subnet mask.

local all all trust
host all all 127.0.0.1 255.255.255.255 trust
host all all xxx.xxx.xxx.xxx 255.255.255.255 trust


xxx.xxx.xxx.xxx is your ip address