【发布时间】:2017-05-09 03:36:47
【问题描述】:
我无法通过反向代理使 https 正常工作。从 https 到 http 似乎提供了困难。以下是配置。
ProxyPass /sonar2 http://server:8998
ProxyPassReverse /sonar2 http://server:8998/sonar2
<Proxy http://server:8998/*>
Order deny,allow
Allow from all
ErrorDocument 503 /error/sonar/503/index.html
</Proxy>
<Location /sonar>
ErrorDocument 503 /error/sonar/503/index.html
</Location>
【问题讨论】: