Erro do Apache - Porta 443 em uso

0

Quando tento iniciar o Apache, recebo o seguinte erro:

Problem detected!
9:49:19 AM [Apache] Port 443 in use by "Unable to open process" with PID 2028!
9:49:19 AM [Apache] Apache WILL NOT start without the configured ports free!
9:49:19 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
9:49:19 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
9:49:19 AM [main] The Mercury module is disabled
9:49:19 AM [main] The Tomcat module is disabled.

Também obtendo isso em registros de erros.

[Mon Feb 02 09:22:56.084469 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.177793 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Mon Feb 02 09:22:56.227829 2015] [core:notice] [pid 2028:tid 444] AH00094: Command line: 'C:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
[Mon Feb 02 09:22:56.243855 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00418: Parent: Created child process 1384
[Mon Feb 02 09:22:56.677146 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.741192 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.921894 2015] [mpm_winnt:notice] [pid 1384:tid 348] AH00354: Child: Starting 150 worker threads.

Qualquer ajuda é apreciada. Estou fazendo um curso on-line em SQL e PHP e não consigo nem sair do chão.

    
por Mike C 02.02.2015 / 17:06

1 resposta

0

A segunda linha da parte inferior ...

RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name

... significa que você não definiu o ServerName e o deixou com o texto de exemplo

    
por 06.04.2016 / 22:26