http://qs321.pair.com?node_id=109801


in reply to Caching html files

See the Apache documentation for mod_expires

Replies are listed 'Best First'.
Re: Re: Caching html files
by Anonymous Monk on Sep 03, 2001 at 17:14 UTC
    one solution (of which there are _many_) is to change the way in which your Perl script returns data.

    One method that I implemented once was to use a combination of Apache mod_rewrite, apache .htaccess files and of course Perl.