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
1
vote
1 answer

Archive Installation for "Web Server Plug-ins for IBM WebSphere Application Server V9.0" instead of IM

I want to install the "Web Server Plug-ins for IBM WebSphere Application Server V9.0" without the IBM InstallationManager just with an archive file. The archive installation was already possible for the "IBM HTTP Server V9.0" from e.g.:…
schowave
  • 306
  • 2
  • 12
1
vote
1 answer

Apache IBM HTTP Server Setup - HTTP works but not HTTPS

This is my first HTTP server setup. I am configuring the IBM HTTP Server 8.5.5.14 to serve as a reverse proxy for a Rational CLM 6.0.6 implementation that is distributed across several Windows Server 2016 virtual machines. I have read the work…
1
vote
1 answer

command for importing a keystore into a kdb file

I was following commandline installation of CLM 6.0.5 with liberty profile (distributed environment) and I could complete the installation part of application successfully by following the ibm documents. Also Ii have installed the IBM HTTP Server in…
vyshakh
  • 143
  • 3
  • 11
1
vote
1 answer

Is there a way to manage KDB keystore from python?

I'm looking for any libraries like "jks" which is used to manage jks keystore.
rhaegnar
  • 151
  • 5
1
vote
1 answer

Need to capture SSL_PROTOCOL details in access log of HttpServer

We try to identify the ssl_protocol is using when it communicated to Inbound Connectivity and so we tried to append this attribute \"%{SSL_PROTOCOL }e\" under LogFormat in httpd.conf file. We formatted as in below manner. LogFormat "%h %l %u %t…
Sundar
  • 455
  • 1
  • 3
  • 13
1
vote
1 answer

How to fix the error: Could not make a connection to the IBM HTTP Administration server on node

I have WebSphere 8.5 installed in local, I am trying to create a webserver to deploy an application (.ear) on it. I use the WebSphere administration console to create the webserver, which is created successfully, but when I try to start it I get the…
rainman
  • 2,551
  • 6
  • 29
  • 43
1
vote
1 answer

PHP on IBM Http Server

Could you please tell me how to install PHP on IBM Http Server? I have copied all php7 files into C:/php folder and added the following code to http.conf: LoadModule php7_module "C:/php/php7apache2_4.dll" AddHandler application/x-httpd-php…
Alvin Mahmudov
  • 103
  • 1
  • 11
1
vote
1 answer

Trying to select a cookie value with RegEx if it doesn't contain a site

To solve a penetration test finding I have to check on the value of a cookie. If the cookie is empty or a specific site, all is well. If it's another site, the cookie value should be emptied, so for example: Cookie [some other text that should not…
1
vote
1 answer

How to clear apache piped rotate logs under /wslogs on http server instances

We have the following in our httpd.conf files:- ErrorLog "| /usr/HTTPServer/bin/rotatelogs /wslogs/instance_name/hostname_%m%d%Y_error.log 86400" CustomLog "| /usr/HTTPServer/bin/rotatelogs /wslogs/instance_name/hostname_%m%d%Y_access.log 86400"…
Ashley
  • 1,447
  • 3
  • 26
  • 52
1
vote
1 answer

IBM MobileFirst Platform GSK_ERROR_BAD_KEYFILE_PASSWORD

I'm catching the error gsk error 408 (GSK_ERROR_BAD_KEYFILE_PASSWORD) from the IHS plugins logs. IBM is recommending me the next steps to fix it: http://www-01.ibm.com/support/docview.wss?uid=swg21177702 What are the .kdb and .sth files function? If…
1
vote
1 answer

WebSphere Application Server load balancing long polling requests

I'm using Apache, actually IBM HTTP server with WebSphere plugin, as reverse proxy and load balancer in front of my WebSphere Application Servers (currently 8.5.5). In the next future I'll need to use long polling request in a massive way, with tens…
1
vote
1 answer

IBM IHS Reverse Proxy Configuration

I am trying to setup a reverse proxy using IBM HTTP server and what I want to do is that user will hit a HTTP url to my reverse proxy server that will forward request internally to HTTPs server. HTTP Address <--> Reverse Proxy (IBM HTTP Server)…
Tariq Mehmood
  • 259
  • 1
  • 5
  • 15
1
vote
1 answer

Using multiple websphere liberty profile servers instead of a single websphere 8?

In following my previous question Bluemix, push application with server.xml vs whole Liberty Server, is there performance difference? I'd thought is it possible to replace single Websphere Application Server 8 with multiple applications, by multiple…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
1
vote
1 answer

How can I pass a custom request header from WebSEAL to IBM HTTP Server?

I have discovered no way to pass custom REQUEST headers from WebSEAL to IBM HTTP Server. I can do this on Bluecoat reverse proxies and also Nginx, but I am trying to do this with WebSEAL. Currently running both IBM Tivoli Access Manager/WebSEAL…
rubynorails
  • 597
  • 1
  • 6
  • 17
1
vote
1 answer

Application fail over and blue / green deployment with WAS8.5

I am running WebSphere 8.5 with the following architecture: 1 IHS server load balancing on 2 application servers. I have of course several applications deployed on the 2 AS and I have the impression that the IHS cannot detect that 1 application is…
poussma
  • 7,033
  • 3
  • 43
  • 68
1
2
3
10 11