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

Performance Tuning in Apache webserver - Maxclient value

Have 2 Apache IBM HTTP servers with the following settings ThreadLimit 150 ServerLimit 8 MaxClients 1200 ThreadsPerChild 150 The server has 8 core and 24 Gig Ram (Linux box) I'm looking at increasing the maxclient…
0
votes
1 answer

WASAdmin doesn't appear to be working on IHS8/WAS8

I installed IHS and then configured the admin service, however, now when I try to access it using websphere 8.5 it fails When I try to start com.ibm.ws.management.webserver.ServerNotAvailableException: start No Connection When I try to reach…
Jackie
  • 21,969
  • 32
  • 147
  • 289
0
votes
1 answer

Is there a good way to translate GetParams to PathParams

We have a JSP application that uses a url like this... https://subdomain.domain.com/project/page.jsp?a=param1&b=param2 This is a vendor product and since I am not allowed to just add JAX-RS throw a PathParam and be done with it, I have to figure…
Jackie
  • 21,969
  • 32
  • 147
  • 289
0
votes
1 answer

Request-URI Too Large :: IBM HTTP Server

We are using IBM HTTP Server Version 7.0 I am getting following error message on webpage Request-URI Too Large The requested URL's length exceeds the capacity limit for this server IBM_HTTP_Server at WIN2K862 Port 80 LimitRequestLine is…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

Set Up SVN on Win2008

i'm working on Windows Server 2008 R2. I installed the IBM HTTP Server V7 in order to set up my svn repository. The IBM server works, bot if i change the conf file, adding the needed modules, by starting it i get the following message: httpd.exe:…
Emaborsa
  • 2,360
  • 4
  • 28
  • 50
0
votes
2 answers

How to do security configuration for ibm http server?

We are using IBM HTTP Server Version 7.0 Need help related to Cross Site Scripting Prevention in IBM http server. Cross Site Scripting Prevention in Sun Java System Web Server 7.0 mentioned in following…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

Configuring IHS server to direct traffic to the Netty component bound to a port

I have a Server Component ( based on Jboss-Netty, which could maintain & handle persistent connections ) deployed in WAS. This component when deployed & initiated within the WAS environment, binds to a port & listens for incoming HTTP connection. […
rbot
  • 249
  • 2
  • 11
0
votes
1 answer

Is there a plugin available to run IIS application on Apache HTTP Server?

My company is looking to set up a Sharepoint server for some of our internal users. We would like this to be accessible to external users using our current domain (www.companyname.com). The problem we are having is that www.companyname.com is set…
0
votes
2 answers

when and why to have a HTTP server along with websphere application server?

Applications deployed on Websphere application server can be accessed by the user through the HTTP URL and the context root for that particular application. then when and why people use a Apache / IBM HTTP server in between user and Websphere…
yay_yay_3780
  • 23
  • 1
  • 7
-1
votes
1 answer

Confusion on the 'Access-Control-Allow-Origin' header with apache

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" Questions: Does this mean only CustomBank.com can access my…
-1
votes
1 answer

How can install and configure IBM HTTP Server v9 from archieve zip

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-ARCHIVE-win-x86_64-FP003.zip and just run the…
-1
votes
1 answer

IBM HTTP SERVER Configuration for WAS Liberty plugin

I have installed IBM HTTP server 8.5 version, I have to configure my WebSphere application Liberty plugin files, http.config I have followed as per IBM Guidelines for the same. but I got exception while start the server. in environment : windows…
karthik
  • 21
  • 5
-1
votes
1 answer

Silent Installation of FIx Pack for IBM HTTP Server Failing

I am trying to install Fix Pack 11 for IBM HTTP Server 8.5.5 on Linux. I am using a silent install. As a template, I used a response file that I had used on Windows. For some reason, Installation Manager thinks I'm trying to install IHS, instead of…
Westy
  • 707
  • 2
  • 10
  • 23
-1
votes
1 answer

IHS not redirecting the request to WAS

So, I have installed WAS, and IHS. I'm able to access the application directly from WAS. But IHS is trying to reply the request and its not using the plugin to reply the request. I'm able to access the default IHS page, but not to the test…
radicaled
  • 2,369
  • 5
  • 30
  • 44
-1
votes
1 answer

Possible conflict error using 443 port in IBM HTTP Server configuration

I'm trying to get visibility of two IBM MobileFirst apps trough two different domains, with two different IHS configurations (independent HTTP Server and Plugin configurations) using the same secure port (443). I mean, I have domain1.com and…
Juvaloco
  • 31
  • 10
1 2 3
10
11