proxy squid 3 forum

Discussion in 'Installation/Configuration' started by cccc, Feb 10, 2009.

  1. cccc

    cccc New Member

    exclude URL from caching at squid 3

    hi

    I have Squid 3.0 PRE5 installed on linux.
    Howto exclude an URL from caching at squid.conf ?
     
    Last edited: Feb 10, 2009
  2. cccc

    cccc New Member

    perhaps:
    Code:
    acl url dstdomain .domain.net
    always_direct allow url
    cache deny url
    btw. if I allow direct do I need exclude from caching as well?
     

Share This Page