Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-10 Thread Anthony Biacco
On Wed, Aug 10, 2016 at 11:13 AM, Yann Ylavic wrote: > On Wed, Aug 10, 2016 at 5:12 PM, Raphaël wrote: > > On Tue, Aug 09, 2016 at 01:03:33AM -0600, Anthony Biacco wrote: > >> Is there any way i can rewrite the query string so that only the > modified > >> query string is used to create the cach

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-10 Thread Anthony Biacco
On Wed, Aug 10, 2016 at 11:13 AM, Yann Ylavic wrote: > On Wed, Aug 10, 2016 at 5:12 PM, Raphaël wrote: > > On Tue, Aug 09, 2016 at 01:03:33AM -0600, Anthony Biacco wrote: > >> Is there any way i can rewrite the query string so that only the > modified > >> query string is used to create the cach

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-10 Thread Yann Ylavic
On Wed, Aug 10, 2016 at 5:12 PM, Raphaël wrote: > On Tue, Aug 09, 2016 at 01:03:33AM -0600, Anthony Biacco wrote: >> Is there any way i can rewrite the query string so that only the modified >> query string is used to create the cache files? > > https://bz.apache.org/bugzilla/show_bug.cgi?id=21935

[users@httpd] Removing backend server from ProxyBalancer

2016-08-10 Thread Mohanavelu Subramanian
Hi All, we are using mod_proxy, mod_proxy_balancer as LB. I have a use case to dynamically remove the BalancerMember from ProxyBalancer. I am arrived with 2 approaches. But I got some doubt in approach 2. Approach 1: First shutdown the backend server which is added as BalancerMember in apache, t

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-10 Thread Raphaël
On Tue, Aug 09, 2016 at 01:03:33AM -0600, Anthony Biacco wrote: > Is there any way i can rewrite the query string so that only the modified > query string is used to create the cache files? https://bz.apache.org/bugzilla/show_bug.cgi?id=21935 I was beaten more than once by this issue. I ended up

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-10 Thread Yann Ylavic
On Wed, Aug 10, 2016 at 6:31 AM, Anthony Biacco wrote: > > On Tue, Aug 9, 2016 at 4:47 PM, Eric Covener wrote: >> >> On Tue, Aug 9, 2016 at 3:03 AM, Anthony Biacco wrote: >> > The only way i found so far is to do a redirect in the rewrite rule with >> > [R]. I just don't want the extra overhead