Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question