Hi All,
I have a situation where my web application is throwing errors because of some
problems with the SSL certificate. I want to redirect https requests to http
till the certificate problems are resolved.
At first, I modified my redirect to HTTPS rule
From: RewriteRule ^/(.*) https://%{HT
: Wednesday, July 22, 2009 3:37 PM
To: Pradeep Phalgunan Kalliat
Subject: Re: [us...@httpd] proxy : AJP Errors
Try Reordering the setup also
ProxyPass balancer://cluster-CoW/CoW
stickysession=JSESSIONID nofailover=On
ProxyPassReverse balancer://cluster-CoW/CoW
: André Warnier [mailto:a...@ice-sa.com]
Sent: Tuesday, July 21, 2009 5:17 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] proxy : AJP Errors
Pradeep Phalgunan Kalliat wrote:
> Hi All,
>
> I've two webapps CoW and CoWTraining, each of which are load balanced by
> Apac
Hi All,
I've two webapps CoW and CoWTraining, each of which are load balanced by Apache
2.2.4 over two tomcat nodes running as services. i.e. two nodes for CoW and
two for the other. This is set up in one server machine. Both the webapps are
identical in functionality and operation but just th