Tim Keefer wrote: > Thanks Geoff! I was able to install the new Apache::Template by > removing the older "site_perl" Apache directory.
excellent. > > Everything is working fine except for using TT2Absolute or > TT2Relative, etc directives in the Apache conf file. > > "Invalid command 'TT2Absolute', perhaps mis-spelled or defined > by a module not included in the server configuration" > > Are you able to declare such things in the conf file? I wouldn't be > surprised if this was due to another out-a-sync module caused by the the > Fedora upgrade. you probably forgot to PerlLoadModule Apache::Template which is a requirement for mod_perl 2.0. I should probably spell that out better. --Geoff _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
