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

2017-02-01 23:13:18 14059

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

正向代理示例配置:

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 https://www.landui.com
ProxyPassReverse /centos https://www.landui.com

提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: