Re: [squid-users] delay access to cached objects

2006-06-30 Thread Santosh Rani

Sir,

Thanks for showing me another useful website. I did not know about
this website till now.

Best Regards

On 29/06/06, Henrik Nordstrom [EMAIL PROTECTED] wrote:

tor 2006-06-29 klockan 15:48 +0530 skrev Santosh Rani:
 Sir,

 I have achieved the target with your help.
 The setup is like this
 Machine 'A' (squid proxy)   Machine 'B' (squid proxy)  Internet
 Your two lines worked like magic.

And is in the FAQ under How do I configure Squid forward all requests
to another proxy?...
url:http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#head-c050a0a0382c01fbfb9da7e9c18d58bafd4eb027


Regards
Henrik


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEo+0OB5pTNio2V7IRAh2mAJ4tB+k8fSellwzu9ehHowv1NV1liwCfSNYZ
UtstrmdIr8wihespginCTgU=
=aSIz
-END PGP SIGNATURE-





Re: [squid-users] delay access to cached objects

2006-06-29 Thread Santosh Rani

Sir,

I have achieved the target with your help.
The setup is like this
Machine 'A' (squid proxy)   Machine 'B' (squid proxy)  Internet
Your two lines worked like magic.

Best Regards

On 28/06/06, Chris Robertson [EMAIL PROTECTED] wrote:

Santosh Rani wrote:

 Sirs/ Madams
 I wonder how should I tell squid not to cache any thing!  I am trying
 to chain two squid proxies. Both squids are installed on different
 machines. (I may sound foolish here! pardon me). I am telling one
 machine (machine 'A') to fetch data from other squid machine (machine
 'B'). In machine 'A' , I have this line under TAG 'cache_peer'

 cache_peer 192.168.x.x sibling 8080 3130 proxy-only

# Set the relationship to a parent, and don't bother with ICP queries
cache_peer 192.168.x.x parent 8080 3130 proxy-only no-query
# Make sure ALL requests pass through parent
never_direct allow all


 I am not able to get data from cache of machine 'A' by this directive
 (It is fetching data from internet) . Do I have to pass some directive
 in squid's configuration file on machine 'A' too?

 Best Regards

Chris



Re: [squid-users] delay access to cached objects

2006-06-29 Thread Henrik Nordstrom
tor 2006-06-29 klockan 15:48 +0530 skrev Santosh Rani:
 Sir,
 
 I have achieved the target with your help.
 The setup is like this
 Machine 'A' (squid proxy)   Machine 'B' (squid proxy)  Internet
 Your two lines worked like magic.

And is in the FAQ under How do I configure Squid forward all requests
to another proxy?...
url:http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#head-c050a0a0382c01fbfb9da7e9c18d58bafd4eb027


Regards
Henrik


signature.asc
Description: Detta är en digitalt signerad	meddelandedel


Re: [squid-users] delay access to cached objects

2006-06-29 Thread Visolve Squid

Santosh Rani wrote:


Sirs/ Madams
I wonder how should I tell squid not to cache any thing!  I am trying
to chain two squid proxies. Both squids are installed on different
machines. (I may sound foolish here! pardon me). I am telling one
machine (machine 'A') to fetch data from other squid machine (machine
'B'). In machine 'A' , I have this line under TAG 'cache_peer'

cache_peer 192.168.x.x sibling 8080 3130 proxy-only

I am not able to get data from cache of machine 'A' by this directive
(It is fetching data from internet) . Do I have to pass some directive
in squid's configuration file on machine 'A' too?



Hello Santhosh Rani,

For more detailed configuration of squid forward all requests to another 
proxy:  http://info.ccone.at/INFO/Squid/FAQ-4.html#ss4.9


--
Thanks,
Visolve Squid Team,
http://squid.visolve.com


Re: [squid-users] delay access to cached objects

2006-06-28 Thread Santosh Rani

Sirs/ Madams
I wonder how should I tell squid not to cache any thing!  I am trying
to chain two squid proxies. Both squids are installed on different
machines. (I may sound foolish here! pardon me). I am telling one
machine (machine 'A') to fetch data from other squid machine (machine
'B'). In machine 'A' , I have this line under TAG 'cache_peer'

cache_peer 192.168.x.x sibling 8080 3130 proxy-only

I am not able to get data from cache of machine 'A' by this directive
(It is fetching data from internet) . Do I have to pass some directive
in squid's configuration file on machine 'A' too?

Best Regards

On 26/06/06, Santosh Rani [EMAIL PROTECTED] wrote:

 Thanks Mehdi,
 I shall try the path you have shown.

 Regards

 On 25/06/06, Mehdi Sarmadi [EMAIL PROTECTED] wrote:
  I guess, it could be possible running two squids one cache-only and
  the other delay_pool-only(with caching disabled) chained
 
  On 6/25/06, Santosh Rani [EMAIL PROTECTED] wrote:
   Hello,
   Is it possible? I want that the objects from the cache should not be
   served instantly.
   Your help is needed please.
   Regards
  
 
 
  --
  Mehdi Sarmadi
 




Re: [squid-users] delay access to cached objects

2006-06-28 Thread Chris Robertson

Santosh Rani wrote:


Sirs/ Madams
I wonder how should I tell squid not to cache any thing!  I am trying
to chain two squid proxies. Both squids are installed on different
machines. (I may sound foolish here! pardon me). I am telling one
machine (machine 'A') to fetch data from other squid machine (machine
'B'). In machine 'A' , I have this line under TAG 'cache_peer'

cache_peer 192.168.x.x sibling 8080 3130 proxy-only


# Set the relationship to a parent, and don't bother with ICP queries
cache_peer 192.168.x.x parent 8080 3130 proxy-only no-query
# Make sure ALL requests pass through parent
never_direct allow all



I am not able to get data from cache of machine 'A' by this directive
(It is fetching data from internet) . Do I have to pass some directive
in squid's configuration file on machine 'A' too?

Best Regards


Chris


Re: [squid-users] delay access to cached objects

2006-06-26 Thread Santosh Rani

Thanks Mehdi,
I shall try the path you have shown.

Regards


On 25/06/06, Mehdi Sarmadi [EMAIL PROTECTED] wrote:
 I guess, it could be possible running two squids one cache-only and
 the other delay_pool-only(with caching disabled) chained

 On 6/25/06, Santosh Rani [EMAIL PROTECTED] wrote:
  Hello,
  Is it possible? I want that the objects from the cache should not be
  served instantly.
  Your help is needed please.
  Regards
 


 --
 Mehdi Sarmadi




[squid-users] delay access to cached objects

2006-06-25 Thread Santosh Rani

Hello,
Is it possible? I want that the objects from the cache should not be
served instantly.
Your help is needed please.
Regards


Re: [squid-users] delay access to cached objects

2006-06-25 Thread Mehdi Sarmadi

I guess, it could be possible running two squids one cache-only and
the other delay_pool-only(with caching disabled) chained

On 6/25/06, Santosh Rani [EMAIL PROTECTED] wrote:

Hello,
Is it possible? I want that the objects from the cache should not be
served instantly.
Your help is needed please.
Regards




--
Mehdi Sarmadi