Hallo,

I'm writing my first Apache 2 - Filter yesterday - it works fine,
but i have one problem with caching.

This is my conf-entry
<Files ~ "\.html">
PerlOutputFilterHandler ApacheMY::session

</Files>

my problem is, that the filter only work, when I save or "touch"
the html-file again - the filter seems to cache the output with the
help of the "last change date" of the file.

What have I to do, that the filter is process every time, a
site is called?



/\/\arkus
http://www.perlunity.de

Reply via email to