problems with DirectoryIndex under mod_perl + Template Toolkit

2002-01-29 Thread Tim Noll
I'm using mod_perl + Template Toolkit, and I'm having trouble getting Apache to pass the DirectoryIndex to my handler. The handler is supposed to take the path_info and pull a template of the same name from a subdirectory called 'html'. This works fine for file names which do exist in the subdire

Re: problems with DirectoryIndex under mod_perl + Template Toolkit

2002-01-29 Thread Stas Bekman
Tim Noll wrote: Tim, this question is not-related to TT, but a pure configuration issue. So in further postings about this issue please don't CC the tt list. (CC'ing only once now). > I'm using mod_perl + Template Toolkit, and I'm having trouble getting Apache > to pass the DirectoryIndex to m

Re: problems with DirectoryIndex under mod_perl + Template Toolkit

2002-01-31 Thread Tim Noll
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 6:07 AM Subject: Re: problems with DirectoryIndex under mod_perl + Template Toolkit > Tim Noll wrote: > > Tim, this question is not-related to TT, but a pure configuration issue. > So in further pos

Re: problems with DirectoryIndex under mod_perl + Template Toolkit

2002-02-01 Thread Stas Bekman
Tim Noll wrote: > Unfortunately, I could not get Apache::ShowRequest to compile, despite > tinkering with it quite a bit. But, per your suggestion, I wrote a Fixup > handler to solve this problem. Good. > However, in my web searches, I came across post after post that seem to > describe the