On Wed, Aug 10, 2016 at 07:13:05PM +0200, 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
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
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
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
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
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
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 that goes along with that.
>
>
> maybe [PT] + what Yann suggested
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 that goes along with that.
maybe [PT] + what Yann suggested.
--
Eric Covener
cove...@gmail.com
-
On Tue, Aug 9, 2016 at 9:03 AM, 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?
Maybe you could try to delay mod_cache processing by using:
CacheQuickHandler off
Regards,
Yann.
-
I'm using apache 2.4.23 under CentOS.
I have requests that are coming into apache that look like:
/path?key1=value&key2=value
I'm trying to remove the key1 parameter and value from the query string
(such that it would be /path?key2=value)
I managed to do this with a modified rewrite example form
10 matches
Mail list logo