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

how to get mod_ldap authenticated user information in java

My httpd.conf in IHS looks like this AuthType Basic AuthName "Authentication for Billing" AuthBasicProvider ldap AuthLDAPURL ldaps://xxx.com/ou=bluepages,o=ibm.com?mail,cn,dept AuthzLDAPAuthoritative off AuthGroupFile conf/groups.txt Require group…
somakd
  • 15
  • 7
0
votes
2 answers

Configure IBM HTTP server for Jboss Application server

Recently we have moved our application from websphere to jboss application server. IBM Http server (IHS) has front ended(proxy) the websphere application server. Now we want to make changes to httpd.conf to make the IHS to front end the jboss. So…
Hariharan
  • 143
  • 2
  • 15
0
votes
1 answer

Websphere Plugin does not forward http custom error code 422 to the client,instead shows a 500 error message

Websphere Plugin does not return the http custom error code 422 to the client,instead shows a 500 error message. This is on WAS 8.5.5.9,IBM Http Server.
Dilip
  • 365
  • 1
  • 6
  • 18
0
votes
1 answer

Not able to access resource directory by ibm HTTP Server

I deployed my application successfully & configured plugin, I also set the alias in httpd.conf file but when I hit the URL it find the context root but it is not able to access resource directory which contains java-script,css, HTML code. When I…
prank
  • 43
  • 11
0
votes
1 answer

How do I configure a webserver for a collective in Bluemix?

I found doc that indicates I need to setup a webserver in my collective environment, however, I cannot determine the correct set of steps. Thoughts?
0
votes
1 answer

How to enable TLS instead of SSLv3 between Web Server and App Server (WebSphere 6.1)?

We have a web server (IBM HTTP Server 6.1) connected using HTTPS (using SSL certificates - SSLv3) to an application server (IBM WebSphere Application Server 6.1), the application that is hosted on the app server is not upgradable, so we cannot…
Ayhamov
  • 1
  • 1
  • 2
0
votes
1 answer

How to write plugin for IBM HTTP Server?

How can we write plugin/module for IBM Http server? I googled but I am unable to find even a single tutorial on this. I want to start with simple "Hello world" plugin. Also, Is it possible to write the plugin in java? I see IBM Http server(IHS)…
Rakesh Juyal
  • 35,919
  • 68
  • 173
  • 214
0
votes
1 answer

WebSphere Application Server 7.x and IHS 7.x url redirect to static page in htdocs

I tried all possible ways googling and finally ended up to post a question here. We have 2 application server nodes and IHS configured on same nodes. Application is deployed on application server cluster members on the respective application server…
saghanta
  • 1
  • 1
0
votes
2 answers

Installing SSL wildcard certificate on IBM HTTP Server

I'm running 2 IBM HTTP Servers (7.0) on different machines, and I'm updating the SSL certificates for both. The certificate is a wildcard certificate. I have successfully updated the certificate for the server that I generated the update request…
ben_979
  • 163
  • 3
  • 18
0
votes
1 answer

How to identify Worklight adapter calls in IBM HTTP Server logs?

Trying to identify worklight adapter requests from web server access logs, but all the requests look really generic. Any idea how to identify adapter requests? The Request only contains "POST /Worklight/apps/services/api/MobileApp/android/query…
Max
  • 5,380
  • 6
  • 42
  • 66
0
votes
1 answer

IBM HTTP server and ldap authorization

I have an IBM http server v 5.3 I have to set up authorization through ldap. I find CN object by attribute. If CN not in current OU, I can't find it, but if CN in current OU there is no problem. So I think http server searches only in current Ldap…
mr.ANDREW
  • 51
  • 1
  • 7
0
votes
2 answers

url redirection from http to https in IBM Web server

I have installed SSL certificates in my WAS 7.0 and pointed to IBM Http Server under httd.conf file. I have implemented the below rewrite mechanism also.But still unable to redirect from http request to https for specific context root…
sriram
  • 1
  • 3
0
votes
1 answer

Writing plugins/extensions for IBM HttpServer

We want to write a custom plugin/extension for IBM HTTP Server. Our aim is to intercept all the requests that goes through the HTTP Server and add some header/cookie information to the HTTP Request and Responses. Is it possible to write this in…
Apps
  • 3,284
  • 8
  • 48
  • 75
0
votes
1 answer

fallback aliased directory for static files that don't exist

Current configuration: Alias /wcsstore "/opt/IBM/WebSphere/AppServer/profiles/demo/installedApps/WC_demo_cell/WC_demo.ear/Stores.war" Example URL: http://okdemo/wcsstore/test.txt How do I make it first look for existing file…
basin
  • 3,949
  • 2
  • 27
  • 63
0
votes
1 answer

Change default GET response for Jenkins/IBM HTTP Webserver

Jenkins is running behind IBM HTTP Webserver, and the Load Balancing is trying to monitor the Webserver for the error code to check if the Webserver is Up. Because the security is enabled on Jenkins, GET/ call from Load Balancer is returning 403…
Mir S Mehdi
  • 1,482
  • 3
  • 19
  • 32