问题标签 [ibmhttpserver]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
9216 浏览

mod-rewrite - http 到 https 到 http 使用 mod_rewrite 和 IBM http 服务器

好的,我有一个apache IBM HTTP Server WAS 6.1设置

我已经certs正确安装并且可以成功加载httphttps页面。

通过 成功j_security_check验证后https,我希望现在授权的页面(以及所有后续页面)加载为http.

我希望这一切都可以使用,mod_rewrite因为我不想更改应用程序代码,而这些代码在网络服务器上确实应该很简单。

我认为这会起作用,但它不起作用,我担心这是因为以某种方式j_security_check绕过mod_rewrite

我知道这[R,L]将强制执行的规则成为在请求上运行并相应重定向的最后一条规则。

经过一番谷歌搜索后,我发现了这个小宝石。

将 Inherit 声明添加到我virtualhost的指向机器 ip 的单个声明中并且port 443没有任何帮助。

现在我知道我的应用服务器分别在9080和上进行通信,但我在 web 服务器中9443找不到一个。virtualhosthttpd.conf

我在未经过身份验证的情况下使用不同的重写规则进行了一些测试,发现我的mod rewrite代码有效..

那么:如何让 websphere 在身份验证后使用 mod 重写?

就像 Web 服务器仅用于未经身份验证的请求,然后某个黑盒容器以某种方式提供所有内容。

0 投票
2 回答
2673 浏览

architecture - 使用 IBM Websphere、IBM Http Server、Load Balancer(或 Dispacher)构建场

您是否知道网页或 pdf 或任何书籍来学习如何构建这些产品以创建农场?

此外,任何通用的 Web 应用程序场架构最佳实践资源都值得赞赏......

我想了解高度可用和可扩展的 Web 架构,尤其是使用 IBM 产品...

0 投票
1 回答
1834 浏览

performance - AIX 上的 IHS/Websphere 6.1.31 - 重负载 - 停止接受 170 个并发用户后的请求 - 同一服务器上的连接被拒绝

我想知道是否有人可以指出我正确的方向。目前,我们的 IHS / Websphere Server 无法处理超过 170 个并发用户。

我们调整了 IHS、Websphere 线程池、数据源属性、JVM 堆和内核参数。

在重负载时,我们在 IHS 插件日志中看到了这一点

错误 79 是连接被拒绝!奇怪的是,IHS 和 Websphere 都在同一个服务器上……

验证 WAS 中的线程池,我们没有看到它们达到最大值。监控 HEAP 似乎没问题...

有任何想法吗?

0 投票
1 回答
8004 浏览

websphere - 配置 websphere httpd.conf 和 plugin-cfg.xml

我有一个应用程序部署在带有 ibm http 服务器的 websphere 应用程序服务器上。我想更改域名。我发现 httpd.conf 文件中需要进行更改。在 servername tag.also plugin-cfg.xml 需要更改。我应该如何修改这些文件。以及如何反映更改。还有我必须更改域名的其他文件/属性文件吗?

谢谢

0 投票
1 回答
830 浏览

websphere - what is the equivalent of SSLOptions in mod_ibm_ssl

I have used mod_ssl and set the SSLOptions +ExportCertData in the configuration of httpd which forwards the client certificate information to the JBOSS server behind the web server and it working fine. Now I am trying to do the same on IBM - HttpServer and using the mod_ibm_ssl and am not able to find the equivalent of SSLOptions in mod_ibm_ssl .None of the options specified here has anything similar. Have anybody faced similar situation. Target is to send the client certificate information received, to the websphere app server from the httpd.

0 投票
1 回答
5824 浏览

apache - httpd.conf 中 apache ThreadsPerChild 参数的硬限制是什么?

我正在使用基于 Apache 的 ibm http 服务器。当我尝试将参数增加到ThreadsPerChild1000 以上时,http 服务器总是只启动 1000 个工作线程。以下是相关信息:

错误日志:

[Thu Jul 05 10:50:45 2012] [debug] mpm_winnt.c(564): Child 9040: 从父级检索到 2 个监听
器 [Thu Jul 05 10:50:45 2012] [notice] Child 9040: 获得了启动互斥锁.
[Thu Jul 05 10:50:45 2012] [notice] Child 9040: Starting 1000 worker threads
[Thu Jul 05 10:50:45 2012] [notice] Child 9040:启动线程监听端口 81。
[Thu Jul 05 10:50:45 2012] [notice] Child 9040:启动线程监听端口 80。

httpd.conf

IHS 7.0.0.0 操作系统 winNT

顺便说一句,另一个问题ThreadsPerChild是一个 Apache 线程是否在这里处理一个客户端连接,或者一个线程可以处理多个客户端连接?

请帮帮我。

非常感谢

0 投票
2 回答
2009 浏览

websphere-7 - 何时以及为何同时拥有一个 HTTP 服务器和 websphere 应用程序服务器?

用户可以通过 HTTP URL 和该特定应用程序的上下文根访问部署在 Websphere 应用程序服务器上的应用程序。那么人们何时以及为什么在用户和 Websphere 应用服务器之间使用 Apache / IBM HTTP 服务器?

如果在用户和 Websphere 应用程序服务器之间使用 HTTP 服务器,那么 URL 重定向是如何发生的?

0 投票
1 回答
219 浏览

apache2 - Is there a plugin available to run IIS application on Apache HTTP Server?

My company is looking to set up a Sharepoint server for some of our internal users. We would like this to be accessible to external users using our current domain (www.companyname.com). The problem we are having is that www.companyname.com is set up using an IBM HTTP Server (basically Apache) and is based mostly around Java and Websphere. I was wondering if there was a plug-in available for Apache that would allow my to link up the Sharepoint server (running on IIS) with Apache, much like what is done with Websphere and Apache. Any help would be appreciated.

0 投票
1 回答
599 浏览

websphere - 配置 IHS 服务器以将流量定向到绑定到端口的 Netty 组件

我在 WAS 中部署了一个服务器组件(基于 Jboss-Netty,它可以维护和处理持久连接)。此组件在 WAS 环境中部署和启动时,绑定到端口并侦听传入的 HTTP 连接。

[为什么我必须在 WAS 中部署 Netty HTTP 服务器是另一个故事——管理要求!Netty 作为 Spring bean 部署在 WAS 中,启动时在机器的端口上运行,独立于 WAS]

客户端(移动应用程序)能够使用这个 netty 组件建立持久的 HTTP 连接(到上面的 URL::Port)并发送/接收请求。

现在,我必须在我们的生产环境中复制此功能,其中 IHS 服务器(Web 服务器)位于 WAS 之前。

我期望得到一个 IHS URL,它可以将传入的数据包重定向到 WAS 上的特定端口,以便客户端应用程序可以建立类似的持久 http 连接。

我们的服务器管理员尝试了一些组合,但我们无法确定如何进一步进行此操作。

您的专家意见将不胜感激。

0 投票
1 回答
122 浏览

rad - RAD 将应用程序发布到 IHS 和 WAS

我们正在使用 RAD 开发一个将在 WAS 7.0 上运行的动态 Web 项目。我们已在 RAD 中配置 WAS 7.0 以直接从 RAD 运行应用程序。我们还有一个 Web 服务器设置,我们需要从 Web 服务器提供动态 Web 项目中的静态文件。

不幸的是,当我们从 RAD 运行应用程序时,它不会在 web 服务器的 plugin.xml 文件中添加信息。因此,我们<WebApplication_Name>/Manage Modules在 WAS 管理控制台的部分中检查了这一点。我们也无法在那里指定 Web 服务器目标。

我们可以做些什么来告诉 RAD 将应用程序同时发布到 WAS 和 IHS?你能帮忙吗?