Koozali.org: home of the SME Server

nocache

Offline Neririn

  • ****
  • 100
  • +0/-0
nocache
« on: November 16, 2004, 11:36:42 PM »
I have a website I monitor that updates all the time, due to my SME cache, I dont see the updates until later.  Is there anyway to tell SME NOT to cache certain domains?

Thanks in advance.
......

Offline Boris

  • *
  • 783
  • +0/-0
nocache
« Reply #1 on: November 17, 2004, 08:04:45 AM »
I've seen a couple of squid proxy managers here on the site to control caching. They let you to bypass caching for selected domains.
Do not remember their names of top of my head, but (both) had server-manager panels to configure.
...

cc_skavenger

nocache
« Reply #2 on: November 17, 2004, 08:08:45 AM »
two ways to do this:

1.  Hit control-F5.  This tells squid to update the cached page.

2.  Add the following lines to squid.conf file:

acl nocachedomain dstdomain .nocachedomain.com
always_direct allow nocachedomain


You can add all the domains you want to the squid file.

HTH

Offline Boris

  • *
  • 783
  • +0/-0
nocache
« Reply #3 on: November 17, 2004, 09:13:41 AM »
found it:

e-smith-squid_cache_mgt-0.2-1.noarch.rpm
e-smith-squid-restrict-ip-0.1-1.noarch.rpm
from sleepy SME http://vanhees.homeip.net/

and

http://mirror.contribs.org/smeserver/contribs/jprice/beta/e-smith-webcachecontrol/e-smith-webcachecontrol-0.1-2.noarch.rpm
...