linux系统下Apache反向代理解析二级目录、泛目录教程
同nginx一样,apache解析目录不需要安装任何东西,在配置文件里加入解析规则即可。解析规则:
<IfModule mod_proxy.c>
ProxyPreserveHost On
ProxyRequests Off
ProxyPassMatch "^(/目录名.*)$" "http://ip/$1"
ProxyPass /目录名 http://ip/
ProxyPassReverse /目录名 http://ip/
</IfModule>
http://fanmulu.yfwangluo.cn/uploads/allimg/181218/1-1Q21Q6061IM.png
页:
[1]