hi...

i've got an array of caches that are accelerating for my main
webservers...

to keep track of a user's language (spanish/english/portugese), we set
cookies, and, if a user hits our frameset, and doesn't have a language
cookie, they're given a redirect to the "please tell us what language you
speak" page... that's via a 301 document moved reply.

...basically, there are some redirects that are getting cached, and it's a
bad thing for my application...

is there such a thing as an acl that matches on the reply code?  

i'd like to say something like:

acl REDIRECTS reply_code 301
no_cache REDIRECTS

acl INVISIBLE_CGI_ERRORS reply_code 505
no_cache INVISIBLE_CGI_ERRORS  

(that last one is for sneaky cgi programs that look like directories
to the user...)

...so does the tag reply_code exist, or something like it?

i've tried searching all the lists, but searching a mailing list for
something like "reply" is less than helpful... :)

ryan

Reply via email to