[users@httpd] httpd service not starting on Windows 2008 (64bit) through Microsoft Failover Cluster

2012-06-08 Thread A G
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

[users@httpd] apache reverse proxy

2012-06-08 Thread al so
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

Re: [users@httpd] Problem matching with ProxyPassMatch

2012-06-08 Thread Daniel Ruggeri
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 .*

Re: [users@httpd] Problem matching with ProxyPassMatch

2012-06-08 Thread Daniel Ruggeri
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

Re: [users@httpd] MOD_STATUS

2012-06-08 Thread andy
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