Re: [OT] Using MP for Auto Index w/if-modified-since

2006-04-05 Thread Thomas Hilbig
Correction: meant to say "if-modified-since" for the auto index directory listing --- Thomas Hilbig <[EMAIL PROTECTED]> wrote: > A client of mine provides a data service using > Apache > 2 and auto indexing. Their clients automatically > poll > their system

Re: if-modified-since

2004-12-12 Thread Perrin Harkins
On Sun, 2004-12-12 at 18:53 -0500, Matthew Berk wrote: > Does anyone have any code snippets demonstrating the generation of an > if-modified-since header from within a mod_perl script? http://perl.apache.org/docs/2.0/api/Apache/Response.html#C_meets_conditions_ ...and also...

if-modified-since

2004-12-12 Thread Matthew Berk
Does anyone have any code snippets demonstrating the generation of an if-modified-since header from within a mod_perl script? Using apache2/mod_perl on redhat. We process templates using text::template, and generate our own content-type header, but from what I can tell, apache doesn't pr