Log de erro com Apache2, Ubuntu 14.04 [closed]

2
[Fri Apr 13 11:53:26.575620 2018] [mpm_prefork:notice] [pid 4562] AH00169: caught SIGTERM, shutting down
[Fri Apr 13 11:53:27.643379 2018] [ssl:warn] [pid 4680] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Fri Apr 13 11:53:28.242660 2018] [ssl:warn] [pid 4681] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Fri Apr 13 11:53:28.244700 2018] [mpm_prefork:notice] [pid 4681] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.24 OpenSSL/1.0.1f configured -- resuming normal operations
[Fri Apr 13 11:53:28.244724 2018] [core:notice] [pid 4681] AH00094: Command line: '/usr/sbin/apache2'
[Fri Apr 13 12:17:52.395246 2018] [mpm_prefork:notice] [pid 4681] AH00169: caught SIGTERM, shutting down
[Fri Apr 13 12:17:53.469246 2018] [ssl:warn] [pid 4867] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Fri Apr 13 12:17:53.491015 2018] [ssl:warn] [pid 4868] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Fri Apr 13 12:17:53.493469 2018] [mpm_prefork:notice] [pid 4868] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.24 OpenSSL/1.0.1f configured -- resuming normal operations
[Fri Apr 13 12:17:53.493501 2018] [core:notice] [pid 4868] AH00094: Command line: '/usr/sbin/apache2'
root@localhost:/var/log/apache2# /usr/sbin/apache2
httpd (pid 4868) already running
root@localhost:/var/log/apache2# apache2ctl configtest 
Syntax OK
root@localhost:/var/log/apache2# 
    
por sinda ouni 13.04.2018 / 13:26

1 resposta

0

Não é um erro, é uma mensagem de aviso.

É porque sua diretiva VirtualHost não corresponde à diretiva ServerName e / ou ao CN do certificado. Todos os três precisam ser idênticos, a menos que você tenha um certificado curinga no qual as partes não selvagens devem ser idênticas.

    
por Kartik Agarwal 13.04.2018 / 14:00