coffee_cn

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

/etc/httpd/conf/httpd.conf


Listen 7002


NameVirtualHost *:7002

 

<VirtualHost *:7002>
    ServerName 192.168.168.231:7002
    ProxyRequests Off
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
    ProxyPass / http://192.168.168.132:8089/
    ProxyPassReverse / http://192.168.168.132:8089/
</VirtualHost>

posted on 2013-03-08 16:51  coffee  阅读(1793)  评论(0编辑  收藏  举报