IBM IHS反向代理configuration

我正在尝试使用IBM HTTP服务器来设置一个反向代理,我想要做的是该用户将打开一个HTTP URL到我的反向代理服务器,它将请求内部转发到HTTP服务器。

HTTP地址< – >反向代理(IBM HTTP Server)< – > HTTPS服务器( https://example.com )

在我的configuration中,我启用了mod_proxy&mod_proxy_http并在ProxyPass下面configuration

Proxypass / https://example.com 

但是我无法configuration它。 我收到错误:

 proxy: HTTPS: failed to enable SSL support for example.com 

任何人都可以帮助我做错什么。 我也已经加载了下面的模块:

 LoadModule ibm_ssl_module modules/mod_ibm_ssl.so 

谢谢

您需要SSLProxyEngine ON和一个KeyFile