Instalei o WAMP 64bit pois meu computador tem 32GB de RAM Tentei startar os serviços porém a porta 80 já esta sendo usada
------------------------------------------------------------------------------------
***** 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 = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR *** This service IS NOT from Wampserver - Should be: 'wampapache64'
Test for TCPv6
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR *** This service IS NOT from Wampserver - Should be: 'wampapache64'
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by : Server: Microsoft-HTTPAPI/2.0
------------------------------------------------------------------------------------
Pois bem, alterei a porta para 9090!
------------------------------------------------------------------------------------
***** Test which uses port 9090 *****
===== Tested by command netstat filtered on port 9090 =====
Test for TCP
Your port 9090 is used by a processus with PID = 12056
The processus of PID 12056 is 'httpd.exe' Session: Services
The service of PID 12056 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 9090 is used by a processus with PID = 12056
The processus of PID 12056 is 'httpd.exe' Session: Services
The service of PID 12056 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 9090 =====
Your port 9090 is actually used by :
Server: Apache/2.4.27 (Win64) PHP/5.6.31
------------------------------------------------------------------------------------
O ícone ficou verde, todos os serviços inicializados! Pois bem, tentei acessar http://localhost:9090 e a ele abre apenas uma página em branco!
O MyAdmin Funciona normalmente http://localhost:9090/phpmyadmin/
Oque eu faço ?