Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied
Date: Fri, 16 Dec 2011 03:40:43
Message-Id: 20111216034210.GK9747@syscon4.inet
In Reply to: Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied by Joseph
1 On 12/15/11 20:28, Joseph wrote:
2 >On 12/16/11 06:09, Pandu Poluan wrote:
3 >>
4 >> Some thoughts : if the line is correct, the problem might be in how you
5 >> configured Apache. Here's a reference :
6 >>
7 >> http://cpanforum.com/threads/1268
8 >>
9 >> Rgds,
10 >
11 >Thanks for the pointer, that is interesting!
12 >How do I check if apache loaded multithreaded MPM module?
13 >
14 >This is a new machine and everthing is possible.
15 >
16 >--
17 >Joseph
18
19 It seems to me that my apache is loading both modules:
20 ./httpd.conf:LoadModule cgi_module modules/mod_cgi.so
21 ./httpd.conf:LoadModule cgid_module modules/mod_cgid.so
22
23 but this is identical with my other working server that is functioning correctly.
24
25 dbh = DBI->connect( 'DBI:Pg:dbname=DBNAME','USERNAME','PASSWORD');
26
27 I was trying to test this line, but I don't think so I can as I did not even created the database.
28 I'm trying to create dataset using SQL-Ledger apacher web-interface.
29
30 --
31 Joseph

Replies

Subject Author
Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied Pandu Poluan <pandu@××××××.info>