|
From: Ross G. <ro...@gr...> - 2005-07-03 16:12:23
|
When I visit h ttps://mydomain.com/sql-ledger/admin.pl I first get a login screen with a password field. I enter the password I=20 set in postgres for user 'sql-ledger' and get the Accounting Administration screen. I click Pg Database Administration. I leave the=20 defaults alone and click Create Dataset and get: Error! Permission denied I am a bit unclear on the difference between "local" and "remote" access= . Postgres is on the same box as Apache, so when I connect in a browser, i= s it local or remote? From data/pg_hba.conf: local template1 sql-ledger trust host template1 sql-ledger 127.0.0.1/32 trust There is nothing in httpd-error.log. templates users users/members are all owned, readable and writable by apache user. From users/members: [root login] password=3D Do I need to be setting host/port in Pg Database Administration? If so,=20 what should it be? Thanks in advance for any help. ross gohlke |