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
7
votes
4 answers

What is the difference between IBM HTTP Server vs Wepsphere Application Server?

I would like to know the difference between IBM HTTP Server and Wepsphere Application Server. Also i am planning to use WAS. Do i still need the IBM HTTP Server?
user416
  • 516
  • 3
  • 12
  • 34
6
votes
2 answers

Understanding IBM cms keystore

I have an IBM HTTP Server which is already using cms keystore. When deployment team created the keystore of type cms the ikeyman tool generated 4 files (key.kdb, key.sth, key.crl, key.rdb). I don't know which one is the keystore and what are the…
user2770375
4
votes
1 answer

Behaviour of SAML when HTTP Server used for high availability

I have implemented the supporting of SAML SSO to have my application act as the Service Provider using Spring Security SAML Extension. I was able to integrate my SP with different IDPs. So for example I have HostA,HostB, and HostC, all these have…
3
votes
2 answers

http to https to http using mod_rewrite and IBM http server

Ok I have an apache IBM HTTP Server WAS 6.1 setup I have my certs correctly installed and can successfully load http and https pages. After a successful j_security_check authentication via https, I want the now authorized page (and all subsequent…
branchgabriel
  • 4,241
  • 4
  • 34
  • 48
3
votes
1 answer

What's the hard limit for apache ThreadsPerChild parameter in httpd.conf?

i'm using the ibm http server which is based on Apache. When i tried to increase the parameter ThreadsPerChild more than 1000, the http server always only start up 1000 worker threads. Below is the related information: error log: [Thu Jul 05…
wing2ofsky
  • 926
  • 4
  • 27
  • 48
2
votes
1 answer

Conditionally set X-Frame-Option

I am trying to set X-Frame-Options using IBM HTTP Server (IHS) 8.5.5.12 that is based on apache HTTP Server 2.2.32. I have tried with SetEnvIf but don't have idea about how to compare environment variable in httpd.conf file. I have tried same in IHS…
Mohammad Ashfaq
  • 1,333
  • 2
  • 14
  • 38
2
votes
0 answers

Getting API (deployed on IBM APIC 5.0) to invoke Loopback application (deployed on Collective Members)

I am using IBM APIC 5.0 I have setup the following. 1. IBM HTTP Server, WAS Plugin routing to MicroGateway 2. MicroGateway, running on Collectives 3. IBM HTTP Server, WAS Plugin routing to Provider Application 4. Provider Application, running on…
2
votes
1 answer

how does fileServingEnabled="false" in ibm-web-ext.xmi loads static file

We are using app server: IBM WAS 6.1 and web server: IBM HTTP Server. Issue is explained below I know that fileServingEnabled="true" in ibm-web-ext.xmi helps in loading static content. And when fileServingEnabled="false", none of the static content…
Onki
  • 1,879
  • 6
  • 38
  • 58
2
votes
2 answers

Unable to Load SSL Module in IBM HTTP Server v8.5

Yesterday I was able to successfully install IBM HTTP Server, and everything was working great until I attempted to begin configuring the SSL settings. When attempting to load the SSL module by adding the following to my httpd.conf file: LoadModule…
Chad F
  • 37
  • 1
  • 3
2
votes
2 answers

Worklight Console redirects to port 9080

I am using Websphere Liberty 8.5.5 with IBM HTTP Server 8.5.5 and Worklight Server 6.0.0.1. I have configured IHS to redirect port 80 to Websphere port 9080. The redirection works properly for the front page, and entering…
eshaa
  • 537
  • 1
  • 4
  • 14
1
vote
1 answer

Forwarding request to html file when file exists on IBM HTTP Server (with dynamicRouting enabled)

I have a configuration where I'm rewriting request to a %{DOCUMENT_ROOT}/break/break_on.html when %{DOCUMENT_ROOT}/break/break_on.enable file exists. Look at CONDITION NR1 DocumentRoot /opt/IBM/HTTPServer/htdocs RewriteEngine On # CONDITION…
Hubert
  • 51
  • 9
1
vote
0 answers

MobaXterm x server forwarding with sudo

I need to execute ikeyman on an IBM HTTP Server. Since I don't want to install a full blown UI on the server, I used MobaXterm with x forwarding for the Windows workstations. When executed as regular user (e.g. /opt/IBM/HTTPServer/bin/ikeyman) it…
Lion
  • 16,606
  • 23
  • 86
  • 148
1
vote
2 answers

IBM WebSphere Liberty working with IHS Server Problems with Certificate(s)

I have a liberty server and an IHS server (both on different hosts). This is on rhel7. I've followed a number of guides that I found that walk thru the setup of keystores and sharing of certs but still run into issues. For reference, I tried the…
willzilla
  • 33
  • 1
  • 5
1
vote
1 answer

How (using web UI) or where ( in which file) would I be adding java option in an IBM HTTP Server?

Thank you for sparing time to read the below query. I want to know how (using a web UI)? or in where ( which file )? would I be able to add java option on an IBM HTTP Server. Thanks!
1
vote
0 answers

MFP 7.1 In few devices and network carrier the app login is not going through. But on some other devices it is working

Environment: Windows Server 2012 R2 JRE 1.8.0_101 IBM WAS Liberty Core 8.5.5.5 IBM MFP 7.1 IBM HTTP Server 8.5..5 We have a MFP 7.1 Server and application created with Cordova and is running on a production environment. The application working…
1
2 3
10 11