Changes between Initial Version and Version 1 of Ticket #2335


Ignore:
Timestamp:
03/15/22 12:32:26 (3 years ago)
Author:
stefankaerst.web.de@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2335 – Description

    initial v1  
    1 I just downlaoded nginx-1.21.6.tar.gz and tried a proxypass configuration to "localhost"
     1I just downloaded nginx-1.21.6.tar.gz and tried a proxy pass configuration to "localhost"
    22
    33the error.log contains
     
    66}}}
    77
    8 IMHO this is a bug because localhost can be resolved by the OS DNS resolver. see below
    9 2nd  the error messagetext ist misleading, because I do not have to configure a DNS server within nginx because the OS is responsible to provide DNS service. no one configures DNS server in e.g. haproxy,squid,a....e,varnish ;)
     8IMHO this is a bug because localhost can be resolved by the OS resolver. see below
     92nd, the error message text ist misleading, because I do not have to configure a DNS server within nginx because the OS is responsible to provide DNS service. no one configures DNS server in e.g. haproxy,squid,a....e,varnish ;)
    1010
    1111"localhost" is no hostname that belongs to any global DNS zone, so it makes no sense to even put it into a DNS zone.
     
    1313I'm using GNU/Linux openSUSE 15.3  if that is any of interest.
    1414
    15 using the local resolver (withouth DNS server):
     15using the local resolver (without DNS server):
    1616{{{
    1717/usr/local/nginx/sbin $ getaddrinfo localhost