|
From: MW M. W. \(5028\) <MW...@ag...> - 2004-11-26 16:57:53
|
I apologize if this has been asked earlier, i did check the archives =
which seem very light with email. I have installed iim on my mail =
server, which also will serve the web interface as well. And i believe i =
have the "signing" portion working just fine. However, i cannot seem to =
get the web application to connect to the database - i can successfully =
connect at the command line via 'psql iimdb -u' and log in with the =
admin user and password. When i try this using the web pages, served up =
on localhost (same box as postgresql db) i get "Could not connect to =
database" error on the webpage. Now, unfortunately i am more comfortable =
with MySQL than PostgreSQL but i do believe i have the database setup =
correctly. I created a db called iimdb and have 2 tables in the schema:
iimdb=3D# \dt
List of relations
Schema | Name | Type | Owner =20
--------+----------+-------+----------
public | bindings | table | postgres
public | domains | table | postgres
(2 rows)
i did modify the pg_hba.conf file to allow both local and host =
connections.
Can any one give me any pointers? Or have any advice at all to help me =
get this working?
Thank you in advance
Michael Weiner
|