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

Copy Incoming URL Context in HTTP header in IHS server

I am using a IHS to route the incoming url to my application by Rewrite Rule. But i also want url to be saved so that i can use it within my application. So my question is whether, we can copy the incoming URL to the Message HTTPHeader before…
Jins
  • 1
  • 3
0
votes
1 answer

IBM HTTP Server v8.5 installed with warnings. Not able to start the apachectl.

I installed the IBM HTTP Server v8.5 on RHEL machine . Installation completed with some warnings and some logs in postinstall directory. when I tried to start the Server with the command ./apachectl start i got the error message…
0
votes
1 answer

How to get IBM HTTP Server installation directory dynamically in linux, unix and AIX?

` I tried echo ${SERVERROOT} in sh. I execute this script in desktop. It displays empty. How to get installation path dynamically?
Suganthan Raj
  • 2,330
  • 6
  • 31
  • 42
0
votes
2 answers

Is it possible to setup the IBM HTTP server as the front end for a non IBM Websphere application server and is it supported by IBM?

Is it possible to setup the IBM HTTP server as the front end for a non IBM Websphere application server (Glassfish, Apache Tomcat or other Java application servers) and is it supported by IBM? I tried to look for similar articles online but to no…
Carl
  • 11
  • 3
0
votes
1 answer

Investigating 400\Bad Request Error returned by IBM HTTP server

We are facing an issue, where our IBM HTTP server is returning a '400 Bad Request' Error and we are unable to find the reason why. The request is a SOAP request which is supposed to be served by a Tibco SOAP service, but the request is not reaching…
Chillax
  • 4,418
  • 21
  • 56
  • 91
0
votes
1 answer

IBM HTTP SSL certificate not found issue

I have a dev environment with IBM Websphere Liberty 8.5.5; in front of this application server there is an IBM HTTP Server (External CA SSL certificate configured for IBM HTTP). I'm able to access the IBM HTTP from internet but with /mfpconsole it…
0
votes
0 answers

IBM Httpd server - Exporting p12 from kdb gives a corrupt p12 file

I am currently installing an SSL certificate on an IBM Httpd server's port using a code written by me. The code installs the certificate as follows: Creates a password protected .p12 file containing the private key object and an end entity…
0
votes
1 answer

Download IBM HTTPServer 9.0 for AIX

From where can I download IBM HTTPServer-9.0 for AIX. My AIX machine is a virtual machine and it doesn't have internet connectivity.
Shreyas
  • 380
  • 1
  • 4
  • 15
0
votes
2 answers

Which file has reference to httpd.conf

We are experiencing some problems in our application; our users are automatically getting kicked out of the application. By analyzing the logs we found that the load balancer is switching JVM internally per request. But in the other environments…
Avinash.Byalihal
  • 137
  • 2
  • 7
  • 22
0
votes
1 answer

Apache http server fails to restart

We do frequent deployments using udeploy and there is a last step there to automatically restart apace http server using sudo ./apachectl -k restart. But sometimes the server fails to restart with below error:- (98)Address already in use:…
Ashley
  • 1,447
  • 3
  • 26
  • 52
0
votes
2 answers

Use an extra condition within my while loop in shell script

We do frequent deployments using udeploy and we have there a shell script to restart the apache http server as the last task. Script is simple:- cd bin_path sudo ./apachectl -k stop sleep 5 sudo ./apachectl start while [ $? -ne 0 ] do sudo…
Ashley
  • 1,447
  • 3
  • 26
  • 52
0
votes
1 answer

Restart IBM http server using script in udeploy for every deployment

We do frequent deployments using udeploy and we have there a shell script to restart the apache http server as the last task. Script is simple:- cd bin_path sudo ./apachectl -k stop sleep 5 sudo ./apachectl start The problem here is that sometimes…
Ashley
  • 1,447
  • 3
  • 26
  • 52
0
votes
1 answer

Error on creating CMS Key database file for IBM HTTP Web Server SSL Certificate

I am getting below error when I select Key database type as CMS for creating a CSR for IBM HTTP Server- The CMS Java Native Library was not found.Please make sure the SSL Component required by your product is installed and the library path is…
Saurabh
  • 1
  • 3
0
votes
1 answer

IBM MobileFirst Session Affinity

Environment Details: IBM MFP 7.1.0.00.20160401-2103 IBM WAS Liberty 8.5.5.5 Setup: 1. MFP App is deployed in two Liberty servers. 2. Mobile devices can access the App via Webserver and the requests are routed on round-robin fashion…
0
votes
1 answer

Server Side Directives File Retrieval Possible in IBM HTTP Server V8.0?

By default, in IBM HTTP Server V8.0 , is server side directives file retrieval possible? e.g.
bittersour
  • 937
  • 2
  • 11
  • 32