【问题标题】:Apache Configuration Location Match exclusionApache 配置位置匹配排除
【发布时间】:2013-05-01 18:46:39
【问题描述】:

相对于“/”,我的 Apache 配置有以下工作规则:

ProxyPass / http://foo.example.com/bar

但我想从规则中排除位置“/public”,我该怎么做?

【问题讨论】:

    标签: regex apache configuration proxypass


    【解决方案1】:

    ProxyPass /public !

    ProxyPass / http://foo.example.com/bar

    【讨论】:

      猜你喜欢
      • 2012-04-28
      • 1970-01-01
      • 2011-07-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-10-06
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多