Hi,
I create an output filter and have it configured like this:

FilterProvider testfilter TESTFILTER "%{CONTENT_TYPE} = 'text/html'"
FilterProtocol testfilter change=yes,cache=no
FilterChain testfilter

The filter itself works fine but the problem is that despite specifying cache=no which according to the documentation should render the output uncacheable when I reload the page I only get a 304 Not Modfied response.

I do not see any headers in the response that actually tell the browser that the content is uncacheable.
Any ideas what might be going on here?

Regards,
  Dennis

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to