D
D
Den Alex Smith2019-04-23 10:30:21
Domain Name System
Den Alex Smith, 2019-04-23 10:30:21

DNS error on one of the subdomains. Where to dig?

The DNS domain is located on Yandex. Subdomains are organized using apache directives (there is also nginx, but it does not resolve subdomains, everything is fine there) :

<VirtualHost 127.0.0.1:8080>
        ServerName   www.domain.ru
        ServerAlias  *.domain.ru
        ServerSignature Off
        RewriteEngine on
        ...
        DocumentRoot /.../domain.ru/www
        VirtualDocumentRoot /.../domain.ru/%1

As a result, since recently, one (only one) of the subdomains is periodically unavailable with a response like:
Unable to determine the IP address from the host name
The DNS server replied: No DNS records
ERR_NAME_NOT_RESOLVED

The rest are working normally. All subdomains on the same engine.
Guru, tell me where to dig? In code, .htaccess, etc. I don't see any reason.
PS "I didn't touch anything, it's on its own..."
UPD: As a crutch , I explicitly registered a subdomain in Yandex.Connect (all the rest are sorted through *). Is not a fact. because of this, but it worked. An inquisitive mind does not leave hope to deal with what happened and bring DNS records to their original (correct) state.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2019-05-01
@dimonchik2013

service name possible

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question