Questions tagged [ibmhttpserver]

IBM® HTTP Server is a full-featured Apache-based web server that is included with other products such as IBM WebSphere® Application Server at no charge. You can use this web server for projects that do not warrant the expense of a priced and supported HTTP server. The IBM HTTP Server is based on the Apache HTTP Server and provides a rich set of Apache features in addition to IBM enhancements.

IBM® HTTP Server is a full-featured Apache-based web server that is included with other products such as IBM WebSphere® Application Server at no charge. You can use this web server for projects that do not warrant the expense of a priced and supported HTTP server. The IBM HTTP Server is based on the Apache HTTP Server and provides a rich set of Apache features in addition to IBM enhancements.

161 questions
0
votes
0 answers

Sticky Session is not working with Apache Http Server

I am using IBM HTTP Server (Which use internally Apache Http Server 2.4.) http://docs.motechproject.org/en/latest/deployment/sticky_session_apache.html#:~:text=Sticky%20Session%20is%20a%20method,get%20lost%20across%20application%20instances. After…
Developer
  • 150
  • 2
  • 12
0
votes
1 answer

IBM HTTP Server Memory Limit Recommended

I have some instances of IHS working with more than 75% of memory usage. Is there any official recommendation for this max memory usage?
0
votes
2 answers

IBM IHS dynamic routing not working for apis exposed through features (adminCenter/openIDConnect)

I have configured dynamicRounting with IHS and liberty (17.x) single collectiven(1 controller, 1 member server) & it is working fine for the applications deployed. But not for openidConnect apis which are exposed from openidConnectClient-1.0…
Dyapa Srikanth
  • 1,231
  • 2
  • 22
  • 60
0
votes
1 answer

Expiry date validation by IHS when making backend call

We have a service behind IHS. Communication between IHS and WLP is encrypted using self signed certificate. Unfortunately we forgot to renew this self-singed certificate causing 500 errors when users hits IHS. We have observed that the IHS server…
kn9
  • 93
  • 1
  • 9
0
votes
1 answer

httpd.conf and logserver.conf cannot work at the same time - they are using the same PID (Linux)

I am creating a new .conf file (LogServer.conf) so that the app server logs can be accessed via browser. But every time I start httpd.conf, the alias inside the LogServer.conf won't work and vice versa. They are using the same pid. I'm pretty new to…
0
votes
1 answer

IHS & WAS Plugin: Recommended approach to bypass the plugin & reverse proxy to another backend

I need to configure a reverse proxy for certain URLs that overlap with what the WAS plugin handles. These particular requests should be forwarded to some other system. Now there are at least 2 options: RewriteRule ... [P,L] - which makes use of the…
Petr H
  • 452
  • 1
  • 3
  • 10
0
votes
1 answer

Handle request headers in IHS (ibm http server)

I have some configuration like : Listen 9000 ..... ProxyPass ..... ProxyPassReverse .... it works well. But I faced with problem. We have healthCheck (GET /health http1.1) and this is request does not have "Host" header and…
Patrik
  • 1
  • 2
0
votes
1 answer

Apache HTTP RewriteRule for hostname

everyone. My problem is simple, but I cannot manage to find a solution. All I need to do is use RewriteRule on Apache to redirect all request from a hostname to its FQDN. For example, if the request is https://hostname/test.html, I want Apache to…
0
votes
1 answer

IHS/Websphere 6.1.31 on AIX - Heavy Load - Stop accepting request afet 170 concurrent users - Connection Refused on same server

I was wondering if someone could point me out into the right direction. Right now our IHS / Websphere Server is unable to handle more than 170 concurrent users. We have tuned the IHS, Websphere Thread Pools, Datasource properties, JVM Heap and…
0
votes
1 answer

IBM Http Server - unable to update cookie

Good Day to you. Our organization is using IBM HTTP Server 6 (Server version: IBM_HTTP_Server/6.1.0.47-PI31516 Apache/2.0.47) We have a requirement to update an cookie parameter/attribute from web server. I have tried options from stackflow and…
Balaji
  • 3
  • 1
0
votes
1 answer

Server information can not retrieved on Liberty Admin Center with IBM HTTP Server

I create a Liberty server version 20.0.0.10 and an IBM HTTP Server version 9.0.0.5. I found that when I access server configure page on Admin Center through IBM HTTP Server. There is a "Not Found" message like below: my server.xml:
Eric
  • 13
  • 4
0
votes
1 answer

Troubleshoot slow ajax requests in Kudos Boards WebSphere from HCL Connections

We still need the old WebSphere based Kudos Boards from ISW. Users reported that ajax operations like setting due dates or responsible people in a card are very slow, some even abort before finished. Until now I can't see a pattern here why this…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
1 answer

Setting CORS to incoming request IP

I am using IBM HTTP Server 9.0.0.7. There is a planned integration in which the user is setting request via chrome. httpd.conf contains the following SSLEnable Header always set Strict-Transport-Security "max-age=31536000;…
AhmedRana
  • 486
  • 9
  • 22
0
votes
1 answer

IBM IHS with proxypass the httpserver url redirects with application port and fails to load page

I am using IBM IHS 8.5.5.17 version with proxypass settings. IHS is on port 80 and application server on 21010. When i try the url http://httpserverHost/myApp, it redirects to http://httpserverHost:21010/myApp and fails to load the page as 21010 is…
0
votes
1 answer

Apache rewrite XSS protection issues

We are developing a website for a trucking company and it recently been subjected to penetration testing. One of the attacks done was injecting a XSS script into the request…