【问题标题】:How to config apache to resolve SSLSessionCache warning?如何配置 apache 来解决 SSLSessionCache 警告?
【发布时间】:2013-09-05 09:51:07
【问题描述】:

访问 apache httpd 托管的站点时,有时可以,有时不可用。
apache httpd 日志如下:
[Mon Sep 02 17:58:52 2013] [notice] Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Mon Sep 02 17:59:06 2013] [notice] caught SIGTERM, shutting down
[Mon Sep 02 17:59:10 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 02 17:59:10 2013] [notice] Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/1.0.0-fips configured -- resuming normal operations
[Mon Sep 02 18:00:06 2013] [notice] caught SIGTERM, shutting down
[Mon Sep 02 18:00:10 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

如何配置 apache httpd 来解决这个问题?

【问题讨论】:

  • Err,接受提示并使用其中命名的指令吗?离题。

标签: apache httpd.conf


【解决方案1】:

首先,您必须确保您正确安装了 nginx 或 gunicorn 引擎并正确配置了 mod_ssl。 激活 apache mod_ssl:sudo a2enmod ssl 并打开设置 ssl_cache 的 nginx 或 gunicorn 文件以使其正常工作。 使用 nginx 设置 ssl_cache 的一个链接是: http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_cache

【讨论】:

    猜你喜欢
    • 2013-04-29
    • 2012-06-14
    • 2017-11-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-02-02
    • 2021-07-08
    相关资源
    最近更新 更多