我已经使用以下配置了 hybris 和 apache、mod_jk这篇博客文章。
hybris 在 9001 上的 tomcat 端口 http 和 9002 上的 https 上运行良好。
一位开发人员还在 hybris 级别配置了重定向,因此任何请求http://hot.local:9001/
都会自动重定向到https://hot.local:9002/abc/en
。
现在我被困在 apache 和mod_jk
配置角度。我无法通过mod_jk
配置在 apache 中设置 URL 重定向。出现以下错误:
[22993:22208] [debug] jk_handler::mod_jk.c (2047): Service finished with status=302 for worker=tss1
答案1
1)在 ubuntu 中独占开放 443 端口
2)在server.xml中包含redirectPort =“8443”
3)在 apache2 ssl 配置中包含以下标签 JkMountCopy On
谢谢G