Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
627 views

when i am hiiting the application using web server, iam getting this error "File does not exist: /opt/IBM/HTTPServer/htdocs/maximo" but another working with same configuration. every thing ...
nagaraj selvam's user avatar
0 votes
1 answer
140 views

We are trying to add mod_jk module to IBM http server but failing with syntax error. We tried multiple configuration available on internet but no luck. Below is screenshot for configuration in httpd....
KeenLearner's user avatar
1 vote
1 answer
215 views

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/...
Hubert's user avatar
  • 51
0 votes
0 answers
416 views

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%...
Developer's user avatar
  • 168
0 votes
2 answers
377 views

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 ...
Dyapa Srikanth's user avatar
0 votes
1 answer
65 views

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 ...
kryptonitexxx's user avatar
0 votes
1 answer
988 views

I have some configuration like : Listen 9000 <VirtualHost *: 9000> ..... ProxyPass ..... ProxyPassReverse .... it works well. But I faced with problem. We have healthCheck (GET /health http1.1) ...
Patrik's user avatar
  • 1
-1 votes
1 answer
153 views

Lets say I have my website named SiteA.com running on an Apache web server. I have defined the ff. below on my httpd.conf file: Header set Access-Control-Allow-Origin "CustomBank.com" ...
lecarpetron dookmarion's user avatar
0 votes
1 answer
42 views

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. ...
Lion's user avatar
  • 18.1k
0 votes
1 answer
623 views

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:...
Gopal Krishna's user avatar
0 votes
1 answer
660 views

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 ...
Amit Lohakare's user avatar
0 votes
1 answer
430 views

I have installed the IHS from archive file then configured it and it worked So when run this command its unable to open ikeyman <Ihs_home_bin>ikeyman.bat It does not work it gives me: Error:...
Nour's user avatar
  • 5
-1 votes
1 answer
3k views

I want to install the "IBM HTTP Server for IBM WebSphere Application Server V9.0" without the IBM InstallationManager just with an archive file. I already downloaded the archive file 9.0.5-WS-IHS-...
mohamedn's user avatar
0 votes
2 answers
406 views

After installing and configuring HCL Component Pack 6.5, I navigated to https://<cnx-ihs-host>/social/home and saw parts of OrientMe with some errors: The browser console shows multiple http 500 ...
Lion's user avatar
  • 18.1k
0 votes
1 answer
64 views

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 ...
Lion's user avatar
  • 18.1k
1 vote
2 answers
4k views

I'm trying to integrate IBM HTTP Server (IHS) to Websphere Application Server (WAS) on windows server. Websphere Application Server, IHS and Plugins have all been installed on the same server using ...
Kaninchen's user avatar
  • 487
0 votes
1 answer
1k views

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 ...
Victory's user avatar
  • 131
0 votes
1 answer
144 views

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 ...
Aadil's user avatar
  • 55
1 vote
1 answer
835 views

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 ...
schowave's user avatar
  • 458
1 vote
1 answer
896 views

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 ...
PeaceLoveAndProperty's user avatar
0 votes
0 answers
141 views

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 ...
Nitish Patel's user avatar
  • 1,026
2 votes
1 answer
1k views

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 ...
Mohammad Ashfaq's user avatar
0 votes
1 answer
532 views

Any help on this will be great. Here is a script which uses a variable rootCerLabel in Props.txt to add a certificate in a keystore via a command but the command fails because variable rootCerLabel's ...
Zack's user avatar
  • 23
0 votes
1 answer
333 views

I have installed IBM HTTP on a Red Hat Linux server . The installation was successful but I was not able to view the home page . Whenever I tried to view the home page , it always displayed ' ...
Aditya Datta's user avatar
1 vote
1 answer
350 views

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. ...
Sundar's user avatar
  • 453