牧者

大风起兮云飞扬

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

使用Apache 反向代理功能连接 Tomcat

NameVirtualHost *:8099

<VirtualHost *:8099>
ProxyPreserveHost On
ProxyRequests Off
ServerName www.aixing.com
ServerAlias s025.org *.s025.org
ProxyPass /TWRM/ ajp://192.168.10.2:8009/TWRM/
ProxyPassReverse /TWRM/ ajp://192.168.10.2:8009/TWRM/
ProxyPass /TWRM ajp://192.168.10.2:8009/TWRM
ProxyPassReverse /TWRM ajp://192.168.10.2:8009/TWRM
ErrorLog logs/s025.org-error_log
CustomLog logs/s025.org-access_log common
</VirtualHost>

posted on 2017-04-05 11:18  牧者.D  阅读(206)  评论(0)    收藏  举报