我已经在test.example.conf
中创建了虚拟主机配置/etc/httpd/conf.d/
文件。
<VirtualHost *:80>
ServerName test.example.co.in
ServerAlias test.example.co.in
DocumentRoot /var/www/test/public_html
ErrorLog /var/www/test/error.log
CustomLog /var/www/test/requests.log combined
</VirtualHost>
访问test.example.co.in
时出现错误,显示为This site can’t be reached
。
注意:这里使用的example.co.in实际上是一个不同的域名。
请向我建议解决该问题的方法。