[squid-users] SUMMARY [squid-users] always_direct dont work

2003-08-14 Thread Jordi Vidal
Hi Henrik, it worked! Thanks, no_cache deny acl do what I wanted. I had also to purge the object from the cache with client -m PURGE -p 8080 http://web.to.be.checked/; Followings request to the url are not cached now. Thanks also to Bart Schelstraete, Adam Aube and Siew Wing who

Re: [squid-users] always_direct dont work

2003-08-14 Thread Jordi Vidal
Hi Bart, Thank you for your reply, but it doesnt work in my version of squid: # squid -k reconfigure 2003/08/11 20:01:58| parseConfigFile: line 1717 unrecognized: 'no-cache deny local-servers' Following the docs, what I want to do is done with the directive always_direct allow

Re: [squid-users] always_direct dont work

2003-08-14 Thread Siew Wing Loon
Hi Jordi, Try to use this iptables rules: - $IPTABLES -t nat -A PREROUTING -i $DEV -p tcp ! -s $NAGIOS --dport 80 -j REDIRECT --to-port 3128 Regards, Siew --- Jordi Vidal [EMAIL PROTECTED] wrote: Hi, I'm trying to setup a rule to avoid Nagios from fetching web pages from the cache

[squid-users] always_direct dont work

2003-08-14 Thread Jordi Vidal
Hi, I'm trying to setup a rule to avoid Nagios from fetching web pages from the cache of my squid transparent proxy, forcing to check directly with remote server, but squids seems to ignore completely the rule. My question is: is the rule always_direct usable in a transparent

Re: [squid-users] SUMMARY [squid-users] always_direct dont work

2003-08-14 Thread Henrik Nordstrom
On Tuesday 12 August 2003 16.26, Jordi Vidal wrote: Hi Henrik, it worked! Thanks, no_cache deny acl do what I wanted. I had also to purge the object from the cache with client -m PURGE -p 8080 http://web.to.be.checked/; Which Squid version? You are not supposed to need to do this if

RE: [squid-users] always_direct dont work

2003-08-14 Thread Adam Aube
Thank you for your reply, but it doesnt work in my version of squid: # squid -k reconfigure 2003/08/11 20:01:58| parseConfigFile: line 1717 unrecognized: 'no-cache deny local-servers' Seems to me there was a small typo - try no_cache Following the docs, what I want to do is done with the

Re: [squid-users] always_direct dont work

2003-08-14 Thread Schelstraete Bart
Adam Aube wrote: Thank you for your reply, but it doesnt work in my version of squid: # squid -k reconfigure 2003/08/11 20:01:58| parseConfigFile: line 1717 unrecognized: 'no-cache deny local-servers' Seems to me there was a small typo - try no_cache Damn.it's my keyboard who

Re: [squid-users] always_direct dont work

2003-08-14 Thread Schelstraete Bart
Jordi Vidal wrote: Hi, I'm trying to setup a rule to avoid Nagios from fetching web pages from the cache of my squid transparent proxy, forcing to check directly with remote server, but squids seems to ignore completely the rule. My question is: is the rule always_direct usable in a

Re: [squid-users] always_direct dont work

2003-08-12 Thread Henrik Nordstrom
On Monday 11 August 2003 18.45, Jordi Vidal wrote: I'm trying to setup a rule to avoid Nagios from fetching web pages from the cache of my squid transparent proxy, forcing to check directly with remote server, but squids seems to ignore completely the rule. Well.. Squid probably reads the