【发布时间】:2013-04-22 17:03:25
【问题描述】:
我已经使用 mod_was 插件配置了带有 WAS 的 Drupal apache 服务器。现在某些 URI 必须由 drupal 服务器处理,这些 URI 位于 plugin-cfg.xml 中配置的 URI 下
前:
this the URI inside plugin-cfg.xml:
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/foobar/*"/>
But the URIs /foobar/new and /foobar/[ID] , ID being a variable have to be served by drupal.
我看到了这个 URL Blocking url on web server (websphere),但他们只谈论阻止某些 URI,而不是在 apache 中提供那些被阻止的 URI。
【问题讨论】:
标签: apache plugins rewrite websphere-7