[htmltmpl] Q: Template caching and mod_perl
Brought to you by:
samtregar
From: Todd C. <htm...@ch...> - 2003-10-03 17:48:24
|
I am moving my CGI script to mod_perl. To get things going quickly I'm running them under Apache::PerlRun. The HTML::Template docs say that I can turn caching on when running under mod_perl. Does this assume I am using Apache::Registry, or will the caching work with Apache::PerlRun also? Thanks! -Todd |