Re: Filter-Question : Caching

2005-08-18 Thread Markus Wolf
Hallo, first - thank for your answer - i try it - but it do no not work - here are some code of the Filter #Name package ApacheKSKBB::session; #Pfade use lib "/usr/lib/perl5/Apache2" ; #Module #use strict; #use warnings; use Apache::Filter (); use Apache::RequestRec (); use Apache::Reque

Re: Filter-Question : Caching

2005-08-17 Thread Philippe M. Chiasson
Markus Wolf wrote: > 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 > > PerlOutputFilterHandler ApacheMY::session > > > > my problem is, that the filter only work, when I save or "touch" > the html-

Filter-Question : Caching

2005-08-17 Thread Markus Wolf
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 PerlOutputFilterHandler ApacheMY::session my problem is, that the filter only work, when I save or "touch" the html-file again - the filter seems to cache the ou