您的位置:首页 > 运维架构 > Apache

apache 请求转发配置

2015-11-17 15:23 811 查看
<VirtualHost *:7005>

ServerName Weixin

<Location />

Order Allow,Deny

Allow from 10.xxx.2xx.1xx

</Location>

DocumentRoot "/etc/httpd/aopweb"

RewriteEngine On

ErrorLog logs/aop-error_log

CustomLog logs/aop-access_log common

ProxyRequests Off

ProxyPreserveHost On

ProxyPass /aop/aopservlet http://1xx.35.xxx.2xx:8000/aop/aopservlet
ProxyPassReverse /aop/aopservlet http://132.35.xxx.2xxx:8000/aop/aopservlet
</VirtualHost>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: