não pode acessar o localhost no servidor wamp

1

O meu servidor wamp estava funcionando ok, embora muito lento, então pesquisei para encontrar alguma solução. Seguindo este link - WAMP está funcionando muito devagar .

Eu executo alguns comandos sem entender a implicação. WAMP está correndo muito devagar

netsh winsock reset
netsh int ip reset C:\resetlog.txt

Depois que eu reiniciei a máquina, o wamp sever parece estar funcionando bem (ícone verde) na bandeja do sistema, mas no navegador eu não consigo acessar localhost ou qualquer coisa. (apenas começando timeout depois de algum tempo)

Na porta de verificação 80, estou recebendo

 ***** Test which uses port 80 *****

===== Tested by command netstat filtered on port 80 =====


Test for TCP
Your port 80 is used by a processus with PID = 11360
The processus of PID 11360 is 'httpd.exe' Session: Services
The service of PID 11360 for 'httpd.exe' is 'wampapache'
This service is from Wampserver - It is correct
Port 80 is not found associated with TCP protocol

===== Tested by attempting to open a socket on port 80 =====

Your port 80 is not actually used.

ok, há um erro mostrado pelo wampmenu - o seu virtualhosts. Quando eu clico nele, obtenho:

Sorry,

Existe um erro. No arquivo httpd-vhosts.conf:

    The number of

            <VirtualHost ...>
    is not equal to the number of

            ServerName

Eles devem ser idênticos.

    Correct syntax is: <VirtualHost *:80>

Troca cancelada

Pressione ENTER para continuar ...

UPDATE: recebo alguns logs no log de erros do Apache:

[Sat Feb 18 23:22:10.221512 2017] [mpm_winnt:notice] [pid 7244:tid 548] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 18 23:22:12.225007 2017] [mpm_winnt:notice] [pid 7872:tid 452] AH00364: Child: All worker threads have exited.
[Sat Feb 18 23:22:12.336354 2017] [mpm_winnt:notice] [pid 7244:tid 548] AH00430: Parent: Child process 7872 exited successfully.
[Sat Feb 18 23:22:14.369397 2017] [auth_digest:notice] [pid 7516:tid 556] AH01757: generating secret for digest authentication ...
[Sat Feb 18 23:22:14.451929 2017] [mpm_winnt:notice] [pid 7516:tid 556] AH00455: Apache/2.4.23 (Win32) PHP/5.6.25 configured -- resuming normal operations
[Sat Feb 18 23:22:14.451929 2017] [mpm_winnt:notice] [pid 7516:tid 556] AH00456: Apache Lounge VC14 Server built: Jul  1 2016 11:09:37
[Sat Feb 18 23:22:14.451929 2017] [core:notice] [pid 7516:tid 556] AH00094: Command line: 'e:\wamp\bin\apache\apache2.4.23\bin\httpd.exe -d E:/wamp/bin/apache/apache2.4.23'
[Sat Feb 18 23:22:14.456325 2017] [mpm_winnt:notice] [pid 7516:tid 556] AH00418: Parent: Created child process 1876
[Sat Feb 18 23:22:15.294839 2017] [auth_digest:notice] [pid 1876:tid 412] AH01757: generating secret for digest authentication ...
[Sat Feb 18 23:22:15.360767 2017] [mpm_winnt:notice] [pid 1876:tid 412] AH00354: Child: Starting 64 worker threads.
    
por Joshi 18.02.2017 / 17:18

0 respostas