in reply to Problems Setting Up Apache::Template

I've never bothered with Apache::Template, but it looks to me like you have the debug flag on. Maybe that's it.
  • Comment on Re: Problems Setting Up Apache::Template

Replies are listed 'Best First'.
Re: Re: Problems Setting Up Apache::Template
by ignatz (Vicar) on Mar 14, 2003 at 20:17 UTC
    I swear to you that I tried it with the debug flag off and it did the same thing. Really. I did... Nevertheless, just to humor you I tried it again. Just to be extra doubly sure I cleared the cache and TADA! it's fixed.

    perrin++

    For a little closure, here's the updated httpd.conf section:

    PerlModule Apache::Template TT2EvalPerl On TT2LoadPerl On TT2Recursion On TT2Debug Off TT2Headers all TT2Params all TT2Trim On TT2CacheSize 64 TT2CompileDir /tmp/tt2 TT2CompileExt .ttc TT2IncludePath /usr/local/www/inc/tt2 <Files *.tt2> SetHandler perl-script PerlHandler Apache::Template </Files> Alias /tt2 "/usr/local/www/inc/tt2" <Location "/tt2"> SetHandler perl-script PerlHandler Apache::Template </Location>
    MORAL: One must crawl before one can walk, even with config files.
    ()-()
     \"/
      `