Re: Starting the Appserver?
Reinhard Mueller <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <1081330272.19571.14.camel@london> |
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
_______________________________________________
Gnue mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/gnue
signature.asc
(application/pgp-signature, 240 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQBAc8pf4LscQraoxVkRAmB2AJ9H0EdpPIZvHqPurS83Q0B1gj8NnwCbBqPl 6J2i7x20QOqP2vnH0q9iTto= =Qwsc -----END PGP SIGNATURE-----