in reply to
Caching html files
See the Apache documentation for
mod_expires
Comment on
Re: Caching html files
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.
Read more...
(2 kB)
[reply]
In Section
Seekers of Perl Wisdom