Hello,

I just recently switched from dynamically included
mod_perl.so to debian's compiled in (apache-perl)
and subsequently found my configuration broken.
In the http error.log I got:

Syntax error on line 38 of /home/bsb/ica/httpd.conf:
Invalid command 'TT2IncludePath', perhaps mis-spelled 
or defined by a module not included in the server configuration

In a PerlRequired apache-start.pl script I had
"use Apache::Template ()".  And $A::T::DEBUG = 1
showed that the configuration was being correctly
parsed.

Adding PerlModule Apache::Template to the httpd.conf
directly fixes the problem.

I'm running A::T 0.06, Apache/1.3.26, debian/testing.
The server is an included vhost but testing with this
off seemed to have no impact.

SERVER_MERGE vs SERVER_MERGER thing is it?

Is there an easy fix?  Or even an explanation as to
what difference the fact that mod_per is compiled in?
There's a similar problem with this code no longer working
BEGIN {
    use Apache;
    my $dir = Apache->server->dir_config;
    $dir->set(Auth_DBI_username => 'ica_web');
}

Thanks, Brad










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

Reply via email to