Re: [squid-users] dynamic content caching

2009-03-31 Thread maoz
I do have "date" header On Sun, 2009-03-29 at 17:51 +0300, Itzcak Pechtalt wrote: > Do you have "Date" header? if yes it should be cached > > On Sun, Mar 29, 2009 at 5:11 PM, maoz wrote: > > Hi, > > > > I use squid as a revers proxy and I&#x

[squid-users] dynamic content caching

2009-03-29 Thread maoz
Hi, I use squid as a revers proxy and I'd like to cache dynamic pages. The origin web server (apache) provide "Cache-Control: max-age" header without "last-modified" header (make sense since dynamic pages been generated when requested). the only way that I manage to cache the page was when I add

[squid-users] squid3 crash

2009-03-24 Thread maoz
Hi, my squid crash 30 times a day with the following error on syslog: Mar 24 09:45:46 cache1 squid[21426]: assertion failed: client_side.cc:2479: "conn->in.abortedSize == (size_t)conn->bodySizeLeft()" Mar 24 09:45:46 cache1 squid[20767]: Squid Parent: child process 21426 exited due to signal 6 M

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

2009-02-12 Thread Maoz
hi, you mentioned using the storeurl_*, as I see this directive is not available in squid 3.X, is there any other option or should I downgrade to 2.7 ? On Mon, 2009-02-02 at 21:21 +1300, Amos Jeffries wrote: > Maoz wrote: > > hi guys, > > Sorry for not explaining my self clear e

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-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 ma

[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] Can i block ping with squid?

2009-01-27 Thread Maoz
on iptables iptables -A INPUT -p icmp -j DROP On Wed, 2009-01-28 at 15:01 +1100, Tim Bates wrote: > Edjé DOSSEH wrote: > > > That is my question: can i block ping from outside by squid? > > No. That's a job for the firewall. > > > > Another thing: I'm trying to use squid on windows(i'm doin

Re: [squid-users] Re: cache issues

2009-01-26 Thread Maoz
is there anyone out there that manage to cache dynamic content? how? do you have Last-modified and or Etag header? On Mon, 2009-01-26 at 21:03 +1300, Amos Jeffries wrote: > Maoz wrote: > > Hello Amos, > > > > Thank you for your answer! > > I do not use expire he

Re: [squid-users] Re: cache issues

2009-01-25 Thread Maoz
refresh_pattern (\.jhtml|\.html) 0 75% 350 ignore-reload ignore-no-store override-lastmod thanks again Maoz On Mon, 2009-01-26 at 13:53 +1300, Amos Jeffries wrote: > Expires

[squid-users] Re: cache issues

2009-01-25 Thread Maoz
, 2009-01-24 at 20:50 +0200, Maoz wrote: > Hello All, > > I configure new reverse proxy, and I trying to cache .jhtml file, for > some reason the .jhtml files not been cached. > > > Is there a way to understand the reason that objects not been cached? > Is there some kind o

[squid-users] cache issues

2009-01-24 Thread Maoz
a solution? For testing I create two simple files with same content .html .jhtml extension and pool the headers from origin and from cache ### from cache ## m...@maoz-laptop:~$ curl -I http://www.example.com/maoz1.jhtml HTTP/1.0 200 OK Date