Невозможно получить доступ к локальному хосту на сервере Wamp (3.06) с использованием 127.0.0.1

Я получаю страницу сервера WAMP, используя localhost нормально.
Но при использовании 127.0.0.1 в Chrome я получаю

This site can’t be reached
127.0.0.1 took too long to respond.

В Мозилле я получаю

The connection has timed out
The server at 127.0.0.1 is taking too long to respond.

Так что ошибка похожа.

Настройки httpd.conf выглядят так:

Listen 0.0.0.0:80
Listen [::0]:80

httpd-vhosts.conf выглядит так:

<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot e:/wamp/www
<Directory  "e:/wamp/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

содержимое файла hosts:

127.0.0.1   localhost
::1 localhost

обновить ответ на ping в CMD:

C:\Users\pkj>ping 127.0.0.1

Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

0

Решение

В прошлом это также решало проблему Chrome или 2

Сделать это из командной строки начал использовать Run as Administrator

netsh winsock reset
netsh winsock reset catalog
netsh int ip reset reset.log
netsh int ipv4 reset reset.log
netsh int ipv6 reset reset.log
ipconfig /flushdns

Затем перезагрузите при необходимости.

0

Другие решения

Других решений пока нет …

По вопросам рекламы ammmcru@yandex.ru
Adblock
detector