In regards to this particular issue to get Apache to run on 2008 failover
cluster manager.
After setting up the Apache service in the 2008 failover cluster manager.
Select the service group and in the summary pane of the service you will
see the apache service.
Select the apache service, right cli
What are some use-cases of a configuration where you have Apache webserver
configured as a reverse proxy (SSL terminated) to a haproxy. Haproxy in
turn is configured as a proxy to various Tomcat webapps over http.
This is a open ended question. Obviously in a Clustered environment, one
would want
On 6/8/2012 5:35 PM, Daniel Ruggeri wrote:
> You can use mod_rewrite to take action based on URI and query string as
> well as proxy. This should work for you:
Sorry! Correction!
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/product/detail$
RewriteCond %{QUERY_STRING} ^(bsins=20.*)
RewriteRule .*
On 6/7/2012 9:47 PM, Chris DiLorenzo wrote:
> Basically, I need to send requests for /product/detail?bsins=20* to a
> specific load balancer and all other traffic to another one. I feel
> like I'm pretty close, but I can not get the above directive to work.
> Is it the ? in the URL?
I believe the
Thanks Daniel, that sounds about right. I'll see if my host will up the number
of workers. I don't currently have access to the httpd.conf I'm afraid,
although I might have to ask for a copy of it sending.
Thanks again, and have yourself a good weekend.
Andy
- Original Message -
F