Seems simple enough? Here's the setup I have right now... all requests to
What I'd really like, is to have my own handler, which I "attempted" without success. You will want to ask, "what was the problem"? Of course, I'd answer, with a smart ass smile, "it didn't work!". No,no, the problem was that it didn't seem like it made sense in this case... perhaps overkill?
I just don't know the most appropriate way to map a request for an html file through a custom mod_perl handler to template toolkit. Is there some 'industry' standard? I can't find any useful examples, all I find are the generic "do-this" tutorials... even in the safari/oreilly books. Maybe I'm browsing the wrong one!
Any hints
Apache::Template (Score:2)
Re:Apache::Template (Score:1)
Without gcc? (Score:2)
Re:Without gcc? (Score:1)
mapping URLs to template files (Score:1)
However, if I were trying to do what you are doing (map /foo.html to
Re:mapping URLs to template files (Score:1)
Appreciate the comment.