gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUe] Starting the Appserver?


From: Reinhard Mueller
Subject: Re: [GNUe] Starting the Appserver?
Date: 07 Apr 2004 11:31:11 +0200

Am Mi, 2004-04-07 um 10.49 schrieb Stefan Elwesthal:
> This my pg_hba.conf:
> # TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK           METHOD
> local   all         all                                             trust
> 
> This is my connections.conf part:
> [gnue]
> comment = Datbase AppServer
> provider = pygresql
> host = localhost
> dbname = gnue

Postgresql distinguishes between local access (via sockets) and network
access from 127.0.0.1 (localhost).

You have to set up postgresql to allow access over ip from 127.0.0.1.
You can check if that works by using "psql -h localhost gnue"

Somebody said before that you could use "host =" instead of "host =
localhost" to build up a local (non-ip) connection, but I haven't
verified that.

Thanks,
-- 
Reinhard Mueller
GNU Enterprise project
http://www.gnue.org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No army can stop an idea whose time has come.
        -- Victor Hugo, 1802-1885

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]