coffee_cn

博客园 首页 新随笔 联系 订阅 管理

为了方便在内网测试微信接口API

<VirtualHost *:80>
ServerName wx.abc.com
ProxyPreserveHost on
ProxyPass / http://220.11.22.88:8080/
ProxyPassReverse / http://220.11.22.88:8080/
</VirtualHost>

posted on 2015-01-07 12:28  coffee  阅读(249)  评论(0)    收藏  举报