[squid-users] ignore question mark in url

2009-02-01 Thread Maoz
hello, how can I ignore the question mark in url I'll explain: Treat the url until the question mark as object. www.domain.com/index.jsp?aaa=1 will be the same object as: www.domain.com/index.jsp?aaa=10 and www.domain.com/index.jsp?aaa=2&ggg=3 thanks

Re: [squid-users] ignore question mark in url

2009-02-01 Thread Amos Jeffries
Maoz wrote: hello, how can I ignore the question mark in url I'll explain: Treat the url until the question mark as object. www.domain.com/index.jsp?aaa=1 will be the same object as: www.domain.com/index.jsp?aaa=10 and www.domain.com/index.jsp?aaa=2&ggg=3 thanks http://wiki.squid-cache.

Re: [squid-users] ignore question mark in url

2009-02-01 Thread Maoz
been there, done that. didn't find any relevant information there. On Sun, 2009-02-01 at 23:31 +1300, Amos Jeffries wrote: > Maoz wrote: > > hello, > > how can I ignore the question mark in url > > I'll explain: > > Treat the url until the question mark as object. > > > > www.domain.com/ind

Re: [squid-users] ignore question mark in url

2009-02-01 Thread Amos Jeffries
> been there, done that. didn't find any relevant information there. > > > On Sun, 2009-02-01 at 23:31 +1300, Amos Jeffries wrote: >> Maoz wrote: >> > hello, >> > how can I ignore the question mark in url >> > I'll explain: >> > Treat the url until the question mark as object. >> > >> > www.dom

RE: [squid-users] ignore question mark in url

2009-02-01 Thread Elli Albek
rom cache. Is this a good assumption? Do I need to add Expires header and max-age to the 301 response to make this work? E -Original Message- From: Amos Jeffries [mailto:squ...@treenet.co.nz] Sent: Sunday, February 01, 2009 4:58 PM To: Maoz Cc: Amos Jeffries; squid-users Subject: Re: [sq

RE: [squid-users] ignore question mark in url

2009-02-01 Thread Amos Jeffries
o make the 301 cachable for longer periods than the underlying page. Without, squid is left with estimations that do not always do what you want. Amos > > E > > -Original Message- > From: Amos Jeffries [mailto:squ...@treenet.co.nz] > Sent: Sunday, February 01, 200

Re: [squid-users] ignore question mark in url

2009-02-02 Thread Amos Jeffries
.co.nz] Sent: Sunday, February 01, 2009 4:58 PM To: Maoz Cc: Amos Jeffries; squid-users Subject: Re: [squid-users] ignore question mark in url > been there, done that. didn't find any relevant information there. > > > On Sun, 2009-02-01 at 23:31 +1300, Amos Jeffries wrote:

RE: [squid-users] ignore question mark in url

2009-02-02 Thread Maoz
this a good assumption? > > > > Do I need to add Expires header and max-age to the 301 response to make this > > work? > > > > E > > > > -Original Message- > > From: Amos Jeffries [mailto:squ...@treenet.co.nz] > > Sent: Sunday, February 0

Re: [squid-users] ignore question mark in url

2009-02-12 Thread Maoz
string > >> as > >> a cache key. When users access URL 2 a few times, then quid can go to the > >> origin server only once, and afterwards return 301 response from cache. > >> > >> Is this a good assumption? > >> > >> Do I need to add Expire