Re: [Templates] Apache::Template perl directory configuration

2003-07-29 Thread Andy Wardley
Christopher L. Everett wrote: The docs flat out state Apache::Template is configurable at the directory block level. Quoting directly from the Apache::Template documentation*: The docs are probably wrong. I (and others) have tried to tackle this on at least 3 different occassions. My

Re: [Templates] Apache::Template perl directory configuration

2003-07-29 Thread Christopher L. Everett
Andy Wardley wrote: Christopher L. Everett wrote: The docs flat out state Apache::Template is configurable at the directory block level. Quoting directly from the Apache::Template documentation*: The docs are probably wrong. I (and others) have tried to tackle this on at least 3

Re: [Templates] Apache::Template perl directory configuration

2003-07-29 Thread Andy Wardley
Christopher L. Everett wrote: Well, theres always mod_perl2. That's another can of worms. There's no way to easily support both mod_perl 1 and 2 in Apache::Template due to the different configuration API. A ___ templates mailing list [EMAIL

Re: [Templates] Apache::Template perl directory configuration

2003-07-29 Thread Perrin Harkins
On Mon, 2003-07-28 at 19:15, Christopher L. Everett wrote: Heh, I was trying to do templates that would use custom plugins. Then I could vary the PLUGIN_BASE to get same named plugins obtaining their data in slightly different ways. That sounds obscure and hard to debug. I still suggest you

Re: [Templates] Apache::Template perl directory configuration

2003-07-29 Thread Christopher L. Everett
Perrin Harkins wrote: On Mon, 2003-07-28 at 19:15, Christopher L. Everett wrote: Heh, I was trying to do templates that would use custom plugins. Then I could vary the PLUGIN_BASE to get same named plugins obtaining their data in slightly different ways. That sounds obscure and hard to debug.

Re: [Templates] Apache::Template perl directory configuration

2003-07-28 Thread Perrin Harkins
On Fri, 2003-07-25 at 18:32, Christopher L. Everett wrote: I wish to reuse various templates in toto between different URLs but have different means of providing the information I fill the template with depending on the uri. So far, I've tried using TT2PluginBase and TT2ServiceModule

Re: [Templates] Apache::Template perl directory configuration

2003-07-28 Thread Christopher L. Everett
Perrin Harkins wrote: On Fri, 2003-07-25 at 18:32, Christopher L. Everett wrote: I wish to reuse various templates in toto between different URLs but have different means of providing the information I fill the template with depending on the uri. So far, I've tried using TT2PluginBase and

[Templates] Apache::Template perl directory configuration

2003-07-25 Thread Christopher L. Everett
I wish to reuse various templates in toto between different URLs but have different means of providing the information I fill the template with depending on the uri. So far, I've tried using TT2PluginBase and TT2ServiceModule directives inside Location blocks inside my apache configuration