<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>