apache - 使用 apache httpd 作为 Liberty 配置文件的 ssl 店面

标签 apache ssl websphere-liberty

我想使用 Apache httpd 为公共(public)站点提供服务并卸载 SSL 处理

这是拓扑结构
客户端浏览器 -> HTTPS -> Apache httpd 2.2 -> HTTP -> Libery 8.5.5.4

知道如何为上述配置配置 Apache 和 Liberty Profile 吗?

最佳答案

简而言之,这是必需的步骤:

  • 从 WebSphere for Developers 下载 - 安装管理器和 WebSphere 插件。
  • 安装 IBM Installation Manager
  • 为 Apache 安装 WebSphere 插件
  • 在 Liberty 中生成插件配置 - plugin-cfg.xml 文件 - 通过 mbean (jconsole) 或 Eclipse 和 WebSphere 开发人员工具
  • plugin-cfg.xml 复制到您的 Apache/Plugin 服务器。

有用的链接:

关于apache - 使用 apache httpd 作为 Liberty 配置文件的 ssl 店面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27600486/

相关文章:

java - Liberty server.xml 的 XSD 架构

java - 无法打开 "Tomcat web application manager"

apache - 删除 Content-Disposition 会导致 ClientAbortException : java.net.SocketException:套接字写入错误:连接被对等方中止

javascript - 在 phpbb 中按提交后网站无法连接

java - SSL 身份验证/授权是否是握手的一部分?

asp.net - HTTPS : How do I Encrypt _only_ the password _only_ when user is signing in or registering?

websphere-liberty - IBM liberty 服务器启动期间收到 NoClassDefFoundError

apache - www.Example.com 有效但不是 root (Example.com)

python - 请求 ssl.SSLEOFError : EOF occurred in violation of protocol (_ssl. c:777)

jms - 是否可以阻止 MDB 在 Liberty Profile 中接收消息?