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

IBM web server error

Am using ibm http server 6. There am facing some issues . I have mention below the error An existing connection was forcibly closed by the remote host. : core_output_filter: writing data to the network please advise me on this.
0
votes
1 answer

How to configure a pass through url in IHS Server and check a cookie for rest url?

In IBM IHS Server I want to allow few urls to pass to app server(WAS) without validation and rest will be validated by a HTTP cookie. So for example /Foo.do, /example.html, /example.css will be allowed by the IHS Server as passthrough. Rest of the…
Rahul Chowdhury
  • 1,138
  • 6
  • 29
  • 52
0
votes
1 answer

Downgrade attack prevention - IBM HTTP Server Changes

I am currently seeing a vulneribility post scanning for Downgrade Prevention Attack on my website, I did a quick check on google and figured out TLS Fallback Signaling Cipher Suite Value (SCSV) can be used for Preventing Protocol Downgrade Attacks,…
Max
  • 5,380
  • 6
  • 42
  • 66
0
votes
0 answers

Access Subversion repository through IBM HTTP Server

Is possible to access Subversion repository through IBM HTTP Server like we do with Apache HTTPD server? Can the DAV_SVN modules from Apache be used in IBM HTTP Server? I like to use IBM HTTP Server to access my subversion repository instead of…
0
votes
2 answers

IHS and WAS configuration OK, but can't connect to application via WebServer

I've successfully setup IBH HTTP Server, generated the plugin, propagated it from WAS admin console to the remote WebServer, but still cannot connect to the application via the Web Server. I've followed with success the steps for configuring the…
Nacef G-
  • 37
  • 1
  • 7
0
votes
1 answer

Same resource request from IE gets HTTP 200 instead of HTTP 304

I have a web application that requests for the same resource multiple times during a transaction. I am seeing that the application is getting a HTTP 200 response from the server where it should be getting a HTTP 304. I have seen the fiddler reports…
0
votes
2 answers

Mod_rewrite simple redirect

I'm totally new to IHS and I faced the problem that I need to redirect the URL of my homepage, www.example.com/foo --> www.example.com/foo/bar another thing that some of the paths like www.example.com/foo/somethingelse are correct, I have read…
JulioBordeaux
  • 494
  • 1
  • 7
  • 23
0
votes
1 answer

IHS webserver connecting to websphere application server

I have one applicaion server having multiple nodes. When I am connecting the application through application server, it is working fine. But when I am connecting the application through webserver, it is not working for one node and for all other…
0
votes
1 answer

IBM Worklight: publicWorkLightHostname for Active/Active Webservers

Environment: IBM HTTP Server 8.5 - http:81/https:91 Liberty Profile 8.5.5.1 IBM Worklight 6.2 - http:9081/https:9091 Setup has Load balancer then two IHS[Active/Active] & two Worklight Servers. Load Balancer routes the request from the client…
0
votes
1 answer

Failing to start IBM Http server with root user

I had installed IBM Http server 8.5 on AIX(Not with root user). I'm able to start and stop the server with that user. Now my problem is, I had configured port 80 in httpd.conf file. But, as this is a port below 1024, I am trying to start the server…
dush
  • 211
  • 4
  • 15
0
votes
1 answer

IBM Worklight: Self-signed CA implementation in Testing environment with Load Balancer

I have the following implementation in testing environment, Front-end Server [IBM HTTP Server + IBM Websphere plugin], WLServer1 [IBM Worklight 6.2 + IBM DB2 10.1+ Liberty Farm 8.5.5.1] and WLServer2 [IBM Worklight 6.2 + IBM DB2 10.1+ Liberty Farm…
0
votes
0 answers

IBM HTTP 8.5 failing to start with error (13)Permission denied: make_sock: could not bind to address [::]:443

I have a IBM HTTP 8.5 webserver which is configured as load balancer for websphere application servers. now to enable security on HTTP 8.5 i configured SSL with 443 PORT . When i tried restarting i am getting below error i tried with both mqm user…
User050488
  • 13
  • 8
0
votes
1 answer

ibm http server internal server error

I'm using 2 Websphere Portal nodes with IBM Http Server as a load balancing proxy. When performing a complex operation (complex database query) using a proxy, I'm getting Internal Server Error after 120 seconds. When I log in directly to Websphere…
0
votes
1 answer

I can add a new module in Apache Http server, Can i do the same in IBM Http Server (IHS) as it uses the apache http server underneath?

I have this requirement to write a customized module in http server. Newer version of the application uses the APACHE http server and the older version is deployed on IHS (IBM Http Server). I tried googling it but I couldn't find anywhere if I can…
RSS
  • 33
  • 3
0
votes
2 answers

Ibm http server revealing the ip address in load balancing

I have set up the IBM Worklight in an IBM WebSphere Application Server Liberty Profile farm as follows Everything works fine, but the problem is while deploying the .war file of protected console After configuration, While accessing the IBM HTTP…