码迷,mamicode.com
首页 > Web开发 > 详细

Apache正向代理与反向代理配置

时间:2014-11-15 17:02:58      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:http   ar   os   on   as   tt   c   ca   rom   

正向代理示例配置:
ProxyRequests On
ProxyVia On

<Proxy *>
Order deny,allow
Deny from all
Allow from 192.168.0
</Proxy>
CacheEnable disk /
CacheRoot "/var/cache/mod_proxy"
反向代理示例配置:
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /centos http://www.centos.bz
ProxyPassReverse /centos http://www.centos.bz

Apache正向代理与反向代理配置

标签:http   ar   os   on   as   tt   c   ca   rom   

原文地址:http://www.cnblogs.com/L-H-R-X-hehe/p/4099513.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!