支持https的apache反向代理设置

<VirtualHost *:443>
<IfModule mod_proxy.c>
ProxyRequests Off
SSLProxyEngine on
</IfModule>

ServerName www.domain.com
ServerAdmin webmaster@localhost

ProxyPass / https://192.168.1.8/
ProxyPassReverse / https://192.168.1.8/

</VirtualHost>

posted on 2012-07-23 18:27  Jacky Yu  阅读(246)  评论(0编辑  收藏  举报