RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-20 Thread Joe Muller
s. Thanks, Mike On 6/17/2016 7:30 AM, Joe Muller wrote: > I am working on a project to migrate all our IPlanet 6.1 SP19 webserver > proxies (formerly Sun One) to Apache 2.4, since IPlanet 6.1 does not support > TLS 1.2 and IPlanet 7.0 is being EOL. Our backend application servers

RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-22 Thread Joe Muller
balancer may be the most pertinent. Thanks, Mike On 6/20/2016 11:11 AM, Joe Muller wrote: > I checked our httpd.conf and we do have reqtimeout_module already loaded, > however there is nothing set. According to the Apache 2.4 documentation the > default values are: > > Defaul

RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-20 Thread Joe Muller
what parameters to look out for here, but mod_reqtimeout may be a good beginning." I hope that this is helpful to you. For more specific details, you would still need to contact official Oracle support channels. Thanks, Mike On 6/17/2016 7:30 AM, Joe Muller wrote: > I am working on a proje

[users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-17 Thread Joe Muller
I am working on a project to migrate all our IPlanet 6.1 SP19 webserver proxies (formerly Sun One) to Apache 2.4, since IPlanet 6.1 does not support TLS 1.2 and IPlanet 7.0 is being EOL. Our backend application servers are Weblogic 9.2 / Weblogic 12c. The IPlanet proxies have performed

RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-24 Thread Joe Muller
The response from Daniel concerning the load balancer may be the most pertinent. Thanks, Mike On 6/20/2016 11:11 AM, Joe Muller wrote: > I checked our httpd.conf and we do have reqtimeout_module already loaded, > however there is nothing set. According to the Apache 2.4 documentati

RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-30 Thread Joe Muller
: Saturday, June 25, 2016 4:45 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4 Am 24.06.2016 um 21:58 schrieb Joe Muller: > > Just an update on this issue, if anybody is following. We have eliminated > the Load Balanc

RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-07-01 Thread Joe Muller
@gmail.com] Sent: Friday, July 01, 2016 3:42 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4 On Fri, Jul 1, 2016 at 12:49 AM, Joe Muller <jmul...@arccorp.com> wrote: > > One interesting thing we did find

RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-07-01 Thread Joe Muller
. But ConnectTimeoutSecs, ConnectRetrySecs, WLSocketTimeoutSecs and WLIOTimeoutSecs might also be useful. Thanks, Mike On 7/1/2016 3:06 AM, Joe Muller wrote: > As far as we can see from fiddler and the Apache logs the request is fully > sent. I assume those parameters you mentioned are for mod

RE: [users@httpd] Unknown accepted traffic to my site

2016-10-05 Thread Joe Muller
>From the looks of it I would say it is targeting servers running SSL. Are you >serving up HTTP or HTTPS ? From: Mitchell Krog Photography Sent: Wednesday, October 05, 2016 8:18:38 AM To: Tawasol Go; users@httpd.apache.org Subject: Re: [users@httpd] Unknown

[users@httpd] Strange behavior with Apache Reverse proxy

2016-08-25 Thread Joe Muller
We have an Apache proxy front ended by an F5 load balancer. In it we serve mixed content, including Weblogic content from an application server and straight flex content from another webserver. The proxy is running HTTP and the HTTPS from the load balancer is terminated at the proxy level.

[users@httpd] Error page server in Apache ?

2016-11-04 Thread Joe Muller
Hi All, We currently have an old legacy Java application running under Sun Webservers that does the following. It's purpose is to display an error message if a particular webserver is down. The request is forwarded to the application from the load balancer when the load balancer detects

[users@httpd] Issue with Apache 2.4.18 and WL Plug-in

2016-10-14 Thread Joe Muller
I am trying to migrate our Corporate Site from Sun One to Apache 2.4.18 using the Weblogic 12.1.2 plug-in, targeting backend Weblogic 12c applications. Essentially we have two applications on our website, and then 'everything else.' The problem is getting the requests to go everything else:

RE: [users@httpd] How to get notify on new releases

2016-12-23 Thread Joe Muller
Happy Holidays ! I am trying to implement an eror page server using mod_rewrite. The basic premise is that if the Apache proxies for our application go down, the network load balancer will redirect traffic to this Apache server. The server will pop up an application specific message,

[users@httpd] Issue with proxy to IIS

2017-03-30 Thread Joe Muller
We are running Apache 2.4.18 with mod_proxy and recently moved a backend site from a Weblogic server to an IIS server, and now we are facing intermittent issues when users connect. Users tend to receive the error: Proxy Error The proxy server received an invalid response from an upstream

[users@httpd] Proxying everything but one file

2018-04-27 Thread Joe Muller
Greetings fellow Apache users, I have a simple setup where I currently proxy to a backend application server farm, i.e. ProxyPass / https://url.myserverfarm.com:port/ ProxyPassReverse / https://url.myserverfarm.com:port/ Now we want to start monitoring the proxies for a health check file that

[users@httpd] Apache 2.5 Source Code ?

2023-11-06 Thread Joe Muller
Where can I get the source code to build Apache 2.5 for Red Hat 8 ? The links on apache.org redirect to the source for Apache 2.4, and I don't see any packages for Apache 2.5 in the Red Hat repos. Thanks, -Joe