You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Andy Lester <an...@petdance.com> on 2002/07/10 19:29:34 UTC

Re: -directive unknown

> <Perl>
>  my $test="hans";
> </Perl>

Don't you also need

    PerlModule Apache::PerlSections

Maybe?

xoxo,
Andy

-- 
'Andy Lester        andy@petdance.com
 Programmer/author  petdance.com
 Daddy              parsley.org/quinn   Jk'=~/.+/s;print((split//,$&)
                            [unpack'C*',"n2]3%+>\"34.'%&.'^%4+!o.'"])

Re: -directive unknown

Posted by Geoffrey Young <ge...@modperlcookbook.org>.

Andy Lester wrote:

>><Perl>
>> my $test="hans";
>></Perl>
>>
> 
> Don't you also need
> 
>     PerlModule Apache::PerlSections
> 
> Maybe?


that shouldn't be required.  my guess is that EVERYTHING=1 was not 
specified in the upgrade build procedure.

check /perl-status?hooks and make sure that PerlSections is enabled

--Geoff