This is a discussion on RE: [squid-users] don't want Squid to cache one server within the Squid Users forums, part of the Web Server and Related Forums category; Thanks I was puting the ACL next the ones at the bottom Thanks again -----Original Message----- From: Brian [mailto:hiryuu@...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Thanks
I was puting the ACL next the ones at the bottom Thanks again -----Original Message----- From: Brian [mailto:hiryuu@envisiongames.net] Sent: Tuesday, August 12, 2003 5:11 PM To: Alvaro Gordon-Escobar; squid-users@squid-cache.org Subject: Re: [squid-users] don't want Squid to cache one server On Tuesday 12 August 2003 04:30 pm, Alvaro Gordon-Escobar wrote: > I Tried these steps on the squid-cache.org FAQs > > I don't want to cache a specific my Out Web Access server. > but when I enter the no_cache deny local > I get an error > > acl OWA dst 10.9.1.33/255.255.255.255 > > squid.conf line 364 :no_cache deny OWA > ACLParseAccessLine: ACL name "OWA" not found > > any ideas wha I did wrong? Make sure the acl appears first in the squid.conf. IIRC, the no_cache=20 directive comes earlier in the default squid.conf. |