squid: deny cache of all dynamic asp webpages


Results 1 to 2 of 2

Thread: squid: deny cache of all dynamic asp webpages

  1. #1
    Join Date
    Sep 2002
    Posts
    125

    squid: deny cache of all dynamic .asp webpages

    hi

    howto configure Squid-3.0.PRE5 to deny cache of all dynamic .asp webpages?
    Last edited by ccc; 02-14-2009 at 03:15 PM.

  2. #2
    Join Date
    Sep 2002
    Posts
    125
    Quote Originally Posted by ccc View Post
    hi

    howto configure Squid-3.0.PRE5 to deny cache of all dynamic .asp webpages?
    I tried this at squid.conf:
    Code:
    hierarchy_stoplist \.asp ?
    acl QUERY urlpath_regex \.asp \?
    cache deny QUERY
    and hope it's correct?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •