Re: php connection failure

Поиск
Список
Период
Сортировка
От ourdiaspora
Тема Re: php connection failure
Дата
Msg-id pZBblQaDjxM47y8isjbVf36xFRRwpDAMqfEX1xSFXaiLBDccTiktTxbNal_2V1I8U-k62d2jlnnt42ZNIBN5F_Xi0549Am6v71pEjHu-oWA=@protonmail.com
обсуждение исходный текст
Ответ на Re: php connection failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: php connection failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Tuesday, August 10th, 2021 at 2:14 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> The postgres process is listening, but this has nothing to do with
>
> whether the kernel will allow any packets to arrive there.
>

Installed 'nftables'. According to the documentation (https://wiki.debian.org/nftables) there are no filter rules by
default,so the assumption is that there is no filtration of packets by the software at the kernel stage. 

The configuration file '/etc/nftables.conf':

#!/usr/sbin/nft -f

flush ruleset

table inet filter {
        chain input {
                type filter hook input priority 0;
        }
        chain forward {
                type filter hook forward priority 0;
        }
        chain output {
                type filter hook output priority 0;
        }
}

Is it correct to interpret this configuration file that filtration is _not_ active?




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

Предыдущее
От: Bryn Llewellyn
Дата:
Сообщение: Re: PL/pgSQL: Spurious 22P02 error on "select col into var" when col is user-defined type
Следующее
От: ourdiaspora
Дата:
Сообщение: Re: php connection failure