Здравствуйте. Уже неделю бьюсь над этим вопросом.
Использую apache2 на widows serer 2012 r2.
Орендовал домен и настроил его на свой IP-адрес. Eсли использовать команду ping, то сайт пингуется и выбивает мой IP, но я могу зайти на сайт только по IP. Как сделать, чтобы можно было на него зайти по домену?
вот код, файлов
vhosts.conf
# Virtual Hosts
#
# Required modules: mod_log_config
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.4/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost 194.247.13.189:9900>
ServerAdmin webmaster@s1.localhost
DocumentRoot "f:/USR/www/briltennisonline_com"
ServerName briltennisonline.com
ServerAlias www.briltennisonline.com
ErrorLog "f:/USR/log/briltennisonline_com/error.log"
CustomLog "f:/USR/log/briltennisonline_com/access.log" common
</VirtualHost>
hosts.conf
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
194.247.13.189 briltennisonline.com
Помогите, пожалуйста.
Скорее всего проблема, не в этих 3-х фалах, тогда скажите в чем? Проблема 100% со стороны сервера. Спасибо.
З.Ы. Использую порт :9900