Questions tagged [ihs]

IBM® HTTP Server is a full-featured Apache-based web server that is included with IBM 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 IBM 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.

15 questions
2
votes
1 answer

Send Apache Access Logs to syslog

We have IBM HTTP Servers (Based on Apache 2.0) and want to send the access logs to syslog. (in addition to error logs which does work) The config we are using is as follows: ErrorLog "|/HTTPServer/bin/rotatelogs /archive/http/error_log.%Y%m%d 86400…
Seer
  • 141
  • 2
  • 4
1
vote
1 answer

IBM HTTP Server Randomly closing SSL connection

I'm using IBM IHS Http-Server, with an SSL-enabled VirtualHost. My problem is, that the server is requesting a client-certificate randomly after the client-requests, however it should request only once and cache the session. If I turn KeepAlive off,…
clementino
  • 111
  • 3
1
vote
2 answers

Errors while updating IBM HTTP Plugin and IBH IHS

Initially this activity started with installing the WAS 7.0.0.39 fixpack on our system. The UpdateInstaller was successfully upgraded to 7.0.0.39, along with WAS and java. WAS is installed using wassrvr id, while the webserver is installed using…
debal
  • 151
  • 7
1
vote
2 answers

Segmentation Fault with mod_include

I'm using a rather complex structure with multiple ssi-includes, set- and echo-commands. The first document writes a lot of set-commands, includes another document which then again includes a third document. On the last included document the…
Benedikt
  • 123
  • 4
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)…
1
vote
1 answer

Java Application can be published with Websphere but can't be exposed through IHS

I am trying to set up a Websphere/IHS configuration for testing a project in my development machine. I have Websphere 7 (developer version) and IHS 7 installed on a Windows 7 machine. I can reach my application on Websphere 7 entering the URL…
Oso
  • 143
  • 4
1
vote
2 answers

How to set up various websphere server inside a cluster

I want to install 2 individual websphere server (AppServer option in the installer) and later install the deployment manager and federate those server under it to make then a cluster. Any help is welcome. I already figured how to use wasservice[1]…
Sombriks
  • 141
  • 2
  • 8
1
vote
1 answer

Which version of mod_perl should I install on IHS 7

We have a IHS box that requires me to install mod perl. I'm trying to work out if I should install mod_perl 1 or 2. apachectl -v returns: Server version: IBM_HTTP_Server/7.0.0.11 (Unix) Server built: Mar 23 2010…
chickeninabiscuit
  • 1,094
  • 6
  • 17
  • 33
0
votes
1 answer

IBM HttpServer the configured certificate chain contains a signature that is not compatible with peers TLS Signature Algorithm requirements

I have a kubernetes ingress service, forwarding traffic to an SSL port on an IBM HTTP Server, but the connection fails with SSL0280E: SSL Handshake Failed, the configured certificate chain contains a signature that is not compatible with peers TLS…
Soraz
  • 225
  • 1
  • 4
  • 11
0
votes
1 answer

IBM HTTP Server (IHS) Reverse Proxy and SSL

I need to create an IHS reverse proxy that takes https://server1:6883 and proxies it to https://server2:6883, but unlike other ServerFault questions, the initial connection needs to be https not http. I have the following... LoadModule proxy_module…
mellow-yellow
  • 431
  • 5
  • 14
0
votes
2 answers

Downstream IBM Httpd Server returns 404 only when accessed through another upstream IHS web server

We have a current setup like the following: HTTPServer - IBM HTTPD Server v? WASServer6.1 - WebSphere Application Server v6.1 (Running App "A") The basic communication is as follows on the listed ports. [All port numbers listed are the listening…
PattMauler
  • 111
  • 1
  • 6
0
votes
0 answers

simple conditional mod_rewrite for redirecting wrong urls

I have an assignment to add storeId parameter to wrong urls. It should behave like this: If url has directorystore/a in it like www.example.com/store/a - the next directory in path has to be www.example.com/store/a/dir1…
0
votes
1 answer

Port numbers used by IBM HTTP Server and Websphere v6

I'm trying to understand what port numbers i can use to access my application both through the web server (IBM Http Server) and directly to the app server (IBM Websphere v6.1). What ports can i use to bypass IHS and hit server directly using HTTP…
cdugga
  • 105
  • 1
  • 5
0
votes
1 answer

IBM HTTP Server - enabling mod_status

I have IHS 8.5.5.3 with WebSphere 8.5.5.3 installed on a Win Server 2012 VM as part of an installation of the IBM Maximo 7.6 system. I am trying to enable mod_status on IHS to enable me to collect metrics with Datadog from Apache / IHS. The Maximo…
Maximo.Wiki
  • 101
  • 1
-1
votes
1 answer

Default file type supported by IHS web server

We earlier used IIS web server. To redirect some URLs ending with .asp, we created a directory structure based on URL's to be redirected; wrote VB script in .asp files to redirect present page to desired page and placed these .asp files in…
SK