【问题标题】:Processing certain URL in apache when configured with Websphere application server, plugin-cfg.xml使用 Websphere 应用程序服务器 plugin-cfg.xml 配置时在 apache 中处理某些 URL
【发布时间】: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


    【解决方案1】:

    答案应该在这里:WebSphere reverse proxy plugin - skipping domains SetEnvIf Host ^dimsim\.domain\.com$ skipwas=1(我正在寻找类似的问题。)

    【讨论】:

      猜你喜欢
      • 2012-02-18
      • 1970-01-01
      • 2020-05-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-01-11
      • 2021-01-22
      相关资源
      最近更新 更多