Jain, Abhay K, ALABS wrote: > I just compiled mod_perl 1.29 with apache. As I understand from > the documentation that with use of directive "Files", Apache caches the > perl cgi code so that on next invocation it does not to reparse it. > If I want to specify more than one cgi script to be cached, how > do I specify via Files directive.
mod_perl always caches everything it executes, whether you want it or not. Files/Directory/Location blocks are just possible ways to specify what it is supposed to execute.