>>>>> "Enrico" == Enrico Sorcinelli <[EMAIL PROTECTED]> writes:

>> What about TT2* configuration parameters in .htaccess?

Enrico> There isn't here the problem.
Enrico> All TT2* directives can be used in .htaccess file.

But only if "PerlModule Apache::Template" has been pulled in
in httpd.conf, unless something has changed since the last time
I dumped core repeatedly by putting that in an .htaccess file.

The problem is that Apache::Template defines conf directives, which
alter the conf parser for the remainder of its life.  You can't do
that on a per-hit basis without taking some fallout.

Unless somehow that's all been fixed.  Has it?

You can still use the PerlSetVar things, but I'm not exactly sure how
to pull in Apache::Template without having it also try to alter the
conf table.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to