首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >使用Apache2的错误日志,Ubuntu14.04

使用Apache2的错误日志,Ubuntu14.04
EN

Ask Ubuntu用户
提问于 2018-04-13 11:26:08
回答 1查看 1.8K关注 0票数 2
代码语言:javascript
运行
复制
[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# 
EN

回答 1

Ask Ubuntu用户

发布于 2018-04-13 12:00:40

这不是一个错误,它是一个警告信息。

这是因为您的VirtualHost指令与ServerName指令和/或证书的CN不匹配。所有三个都必须是相同的,除非您有一个通配符证书,其中非野生部分必须是相同的。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1024634

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档