[squid-users] reverse proxy accelerator, cache persistence

2008-06-11 Thread Sylvain Viart

Hi,

I would like my squid proxy to keep serving its cached copy of a 
document, when the origin server is unreachable.


What directive should I look for?

Regards,
Sylvain.


Re: [squid-users] reverse proxy accelerator, cache persistence

2008-06-11 Thread Henrik Nordstrom
On ons, 2008-06-11 at 11:50 +0200, Sylvain Viart wrote:

 I would like my squid proxy to keep serving its cached copy of a 
 document, when the origin server is unreachable.

It normally does this by default, provided the document is allowed to be
cached..

Regrds
Henrik


signature.asc
Description: This is a digitally signed message part


Re: [squid-users] reverse proxy accelerator, cache persistence

2008-06-11 Thread Sylvain Viart

Hi Henrik,

Henrik Nordstrom a écrit :

On ons, 2008-06-11 at 11:50 +0200, Sylvain Viart wrote:
  
I would like my squid proxy to keep serving its cached copy of a 
document, when the origin server is unreachable.



It normally does this by default, provided the document is allowed to be
cached..
  

Oh, interesting...

So I've seen the problem elsewhere, thanks.

I gonna to some more test.
May the request was about a missing document when the origin server is down.

Regards,
Sylvain.