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

From where can I download 64 bit libxml2.dll and mod_proxy_html.so files

After migrating IHS (IBM HTTP Server) 9.0.5.2 to new 64 bit windows server, the 2 modules (libxml2.dll and mod_proxy_html.so) are failing to load. These modules seems to be working fine on the older IHS 8.0 - 32 bit. Hence, I am looking for 64 bit…
0
votes
1 answer

How to achieve load-balancing and failover between the two application servers through web server in WAS

i am new in WAS so i configured WAS and also web server IHS then i created 2 application server so through the web server the client can access the application then the traffic over HTTP to one of two application servers i created integrate web…
Nour
  • 5
  • 4
0
votes
1 answer

How can i create And configure SSL between IHS and WAS

I have installed the IHS from archive file then configured it and it worked So when run this command its unable to open ikeyman ikeyman.bat It does not work it gives me: Error:Could not find or load main class…
Nour
  • 5
  • 4
0
votes
1 answer

Change HTTP Port of IBM HTTP Server with postinstall script

I am trying to install IBM HTTP Server from an archive. I have extracted the archive and run the postinstall.sh script from IHS root directory which setups httpd.conf and other files. I want to use port 8080 and not port 80 for http request…
Mohammad Ashfaq
  • 1,333
  • 2
  • 14
  • 38
0
votes
2 answers

Bad request/Invalid host name from IHS in Connections 6.5 Component Pack search API call (OrientMe)

After installing and configuring HCL Component Pack 6.5, I navigated to https:///social/home and saw parts of OrientMe with some errors: The browser console shows multiple http 500 errors, for example…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
1 answer

Use https with HCL Connections Component Pack 6.5 from IHS to K8S

The Component Pack documentation uses http for the connection from IHS to the Kubernetes backend. This is not up-to-date any more, so I'd like to use https for those backend connection as well as in IHS like this: User <----- https -----> IHS <-----…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
2 answers

Cant start adminctl because of @@ placeholders in admin.conf from Connections 6.5 IHS

I made a Connections 6.5 headless installation which itself works, but couldn't start adminctl in the # cd /opt/IBM/HTTPServer/bin/ # ./adminctl start Syntax error on line 7 of /opt/IBM/HTTPServer/conf/admin.conf: Port must be specified Line 7…
Lion
  • 16,606
  • 23
  • 86
  • 148
0
votes
2 answers

mod_was_ap22_http.so is not available on Websphere 9?

I'm trying to integrate IBM Http Server to WAS on windows server. Webspher, IHS, Plugins, all installed on same server by installation manager, all of them are version 9 and 64bit. Then I follow the steps on…
Kaninchen
  • 455
  • 2
  • 7
  • 19
0
votes
1 answer

firefox returns SSL_ERROR_BAD_MAC_READ

I've a strange behaviour with firefox browser. I've an old IBM http server 7.0.0.35 when I call it with firefox in https it returns this error: SSL_ERROR_BAD_MAC_READ . with internet explorer I can see the site correctly. to better investigate…
Gabriele
  • 21
  • 2
  • 5
0
votes
1 answer

How to apply fixpack for IBM HTTP Server for WebSphere Application Server

I am trying to install Fix Pack 13 for IBM HTTP Server 8.5.5.0 on Linux. I am using a silent install. /opt/IBM/InstallationManager/eclipse/tools/imcl input /opt/repo/response.xml -acceptLicense -sP Here is my response file:
Victory
  • 121
  • 1
  • 3
  • 18
0
votes
1 answer

Prompt for client certificates for selected url's on IHS Server

We have a server that prompts for a client certificate when accessed. How do we configure it to only prompt for a certificate for selected url's? For example, when accessing this a certificate should be provided, but for this it should not. This…
Aadil
  • 45
  • 3
  • 11
0
votes
1 answer

How to log the destinations transfering by the reverse proxy?

I integrated Apache HTTP Server into IBM WebSphere, using a virtual ip as reverse proxy to transfer the request to some destination servers. But I found the log format providing by the HTTP Server can only log the information of request and the size…
0
votes
2 answers

RewriteRule to remove superfluous single "?" in URL

I am using IBM HTTP server configuration file to rewrite a URL redirected from CDN. For some reason the URL comes with a superfluous single question mark even when there are no any query string. For example: /index.html? I'm in the process of…
Hi_World
  • 7
  • 1
  • 6
0
votes
0 answers

FWLSE4007E: Received bad token from client IBM worklight 7.0 and 401 unauthorized on IBM IHS server

I have build hybrid app and deployed it on IBM mobilefirst server 7.0. App contains android service which used to send data to backend server. After updating the android application on production I am…
0
votes
1 answer

IBM Http server and Tomcat

HI I am configuring IBM HTTP Server as a front end of a tomcat application listening to port 9001. The webserver and the appserver (tomcat) are on different machines. Machine A as IHS Installed. my question is where do I tell to machine A (IHS) to…