Re: problem connecting to postgres via apache

Поиск
Список
Период
Сортировка
От Susan Cassidy
Тема Re: problem connecting to postgres via apache
Дата
Msg-id CAE3Q8o=R65T1oXfS07w9Ba2zNcfMFqdvnb77YLdK=cvh-2XLiA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: problem connecting to postgres via apache  (Adrian Klaver <adrian.klaver@gmail.com>)
Ответы Re: problem connecting to postgres via apache
Список pgsql-general
[scassidy@jacensolo ~]$ /usr/sbin/sestatus | grep SELinux
SELinux status:                 enabled
SELinuxfs mount:                /selinux

I have yet to find what to do to enable webserver connections.

Susan


On Fri, Jan 24, 2014 at 9:38 AM, Adrian Klaver <adrian.klaver@gmail.com> wrote:
On 01/24/2014 09:35 AM, Susan Cassidy wrote:
I've already checked that.  It is enabled.  I am running Scientific Linux.

SELinux is enabled?
The database connection value is enabled to allow or disallow webserver connections?



On Fri, Jan 24, 2014 at 8:28 AM, Tom Lane <tgl@sss.pgh.pa.us
<mailto:tgl@sss.pgh.pa.us>> wrote:

    Susan Cassidy <susan.cassidy@decisionsciencescorp.com
    <mailto:susan.cassidy@decisionsciencescorp.com>> writes:
     > $dbh =
    DBI->connect("dbi:Pg:dbname=$dbname;host=${dbserver};port=$dbport;",
     > $dbuser, $dbpasswd) or
     >  errexit( "Unable to connect to dbname $dbname, err: $DBI::errstr");

     > The exact same connection string works fine in a standalone perl
    program.

    Given the permissions errors you mentioned upthread, I'm wondering
    whether
    you're running on Red Hat/CentOS, and if so whether SELinux is
    preventing
    apache from connecting to unexpected port numbers.  I seem to recall
    that there's a SELinux boolean specifically intended to allow or
    disallow
    database connections from webservers, but I couldn't tell you the name
    offhand.

                             regards, tom lane




--
Adrian Klaver
adrian.klaver@gmail.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Bret Stern
Дата:
Сообщение: Re: problem connecting to postgres via apache
Следующее
От: Susan Cassidy
Дата:
Сообщение: Re: problem connecting to postgres via apache