咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

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

2017-02-01 23:13:18 3329次

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

正向代理示例配置:

ProxyRequests On
ProxyVia On
 

Order deny,allow
Deny from all
Allow from 192.168.0

CacheEnable disk /
CacheRoot "/var/cache/mod_proxy"

反向代理示例配置:

ProxyRequests Off

Order deny,allow
Allow from all

ProxyPass /centos 
ProxyPassReverse /centos 

首页
最新活动
个人中心
XML 地图