Re: [users@httpd] Software Load Balancers | mod_proxy_balancer and Varnish

2012-06-25 Thread Anurag Kapur
Just writing again to see if anyone can provide me some more inputs? On Fri, Jun 22, 2012 at 10:35 AM, Anurag Kapur wrote: > Thank you for your response. > > I am not looking for caching/site acceleration capabilities. I am looking > at pure load balancing capabilities only. >

Re: [users@httpd] Software Load Balancers | mod_proxy_balancer and Varnish

2012-06-22 Thread Anurag Kapur
nodes from the load balanced farm on the fly Kind Regards Anurag Kapur On Fri, Jun 22, 2012 at 8:02 AM, wrote: > You need to decide what options you want from Varnish or > mod_proxy_balancer. > > ** ** > > Both are different. Varnish is basically for cache and you will n

Re: [users@httpd] Software Load Balancers | mod_proxy_balancer and Varnish

2012-06-21 Thread Anurag Kapur
No, I am looking to pick one of mod_proxy_balancer or varnish and thus looking for pros and cons. Anurag On Thu, Jun 21, 2012 at 11:24 PM, Filipe Cifali wrote: > Ldirectord

[users@httpd] Software Load Balancers | mod_proxy_balancer and Varnish

2012-06-21 Thread Anurag Kapur
Hi, Apologies in advance for a fairly high level question which may not be the norm of this users group. I am trying to understand options and eventually choose a software load balancer for a project I am working on. I am specifically interested in the capabilities of two options - Apache HTTPD m

Re: [users@httpd] mod expiry with proxy | Help required

2011-09-23 Thread Anurag Kapur
tomcat. HTH. --- Anurag Kapur Tech Lead, Digital Development News International Ltd http://www.linkedin.com/in/anuragkapur http://www.google.com/profiles/anuragkapur

[users@httpd] Detecting and limiting access to a mobile device using a 3G network

2011-07-26 Thread Anurag Kapur
Hi, I am looking for ways of detecting a specific mobile device (example: my iPhone and not my friends) accessing a resource on my publicly accessible Apache web server so that I can restrict access to certain devices only. Just like there are ways of detecting the user agent and IP address of th

Re: [us...@httpd] Conditionally Setting HTTP Response Header

2010-03-15 Thread Anurag Kapur
er. Unless I am getting this wrong, is there any other way of doing this? Thanks Anurag On Mon, Mar 15, 2010 at 3:02 PM, Eric Covener wrote: > On Mon, Mar 15, 2010 at 10:59 AM, Anurag Kapur > wrote: > > Below is exactly what I tried: > >SetEnvIfNoCase response Cache-Control .+

Re: [us...@httpd] Conditionally Setting HTTP Response Header

2010-03-15 Thread Anurag Kapur
splay the text "test" Note: I realized the problem with the syntax I was using after you pointed it out and tried the above after fixing it (I think). -Anurag On Mon, Mar 15, 2010 at 2:26 PM, Eric Covener wrote: > On Mon, Mar 15, 2010 at 10:19 AM, Anurag Kapur > wrote: > >

Re: [us...@httpd] Conditionally Setting HTTP Response Header

2010-03-15 Thread Anurag Kapur
I have been trying configurations like the following: SetEnvIf response Cache-Control !"^max-age*$" test=ThisShouldDisplayInXwsField Header append X-ws test With the above, as a first step I was trying to test if I can detect the presence of Cach-Control max-age field in the Response header. What

[us...@httpd] Re: Conditionally Setting HTTP Response Header

2010-03-15 Thread Anurag Kapur
in my > application code. > thanks, Balj. > > On Mon, Mar 15, 2010 at 12:50 PM, Anurag Kapur wrote: > >> Hello, >> >> I am looking for some help to set HTTP response headers conditionally. I >> have a setup where HTTPD sits in front of Tomcat and proxies requ

[us...@httpd] Conditionally Setting HTTP Response Header

2010-03-15 Thread Anurag Kapur
ot made any progress and thus seeking your help. Any inputs would be highly appreciated. Regards Anurag * *------ Anurag Kapur Associate - Technology, Sapient Corporation. http://www.linkedin.com/in/anuragkapur http://www.google.c