同nginx一样,apache解析目录不需要安装任何东西,在配置文件里加入解析规则即可。
解析规则:

<IfModule mod_proxy.c>
ProxyPreserveHost On
ProxyRequests Off
 
ProxyPassMatch "^(/目录名.*)$" "http://ip/$1"
ProxyPass /目录名 http://ip/
ProxyPassReverse /目录名 http://ip/
 
</IfModule>    

Apache反向代理解析二级目录/泛目录教程/apache反向代理/apache泛目录反向代理
 
泛目录程序推荐(莲花泛目录):
 

相关文章:

  • 2022-12-23
  • 2021-11-28
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-14
  • 2021-07-09
  • 2021-09-18
  • 2021-11-29
  • 2021-11-28
  • 2021-11-28
相关资源
相似解决方案