On 12/21/2010 11:55 AM, magique poter wrote: > Hello to all, > > I discover perl from some weeks, and have a project in wich template toolkit > look like perfect. I owever have some problems, and some questions > - When configured with Apache::Registry, I can not set the default page to my > script. I have see this problem more than once on google (not only for tt). Is > it a normal function? Is there another way to do it? > - The handler described in the Tutorial::Web did not function, (missed > Apache::Constants). This libary did not exist in package form on my machine > (linux ubuntu 10.10), and install with cpan ask me the apache sources. > - Same problem for Apache::Template (need sources for apache.x.x). > - Should I consider (while using apache 2.2), that packages named Apache::* > are obsolete and i should use Apache2::* modules?
Apache::Template does not work under Apache2 and there is no official replacement. There are some experimental versions. http://www.modperlcookbook.org/~geoff/modules/experimental/Apache-Template-2.00_01.tar.gz However, most people move on from Apache::Template and either write their own code or use one of the frameworks like Catalyst. _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
