timothy: HTML::Mason funzt nicht

Beitrag lesen

Hi folks,

ich "spiele" gerade mit dem "Mason-Modul" rum. Leider läuft es nicht.

Installation:  ok
mod_perl läuft
keine Fehlermeldungen in error.log

httpd.conf
<snippet>

BEGIN MOD_PERL CONFIG

LoadModule perl_module modules/mod_perl.so
ScriptAlias /perl-bin/ "n:/iperl/perl-bin/"
<Location /perl-bin>
   SetHandler perl-script
   PerlHandler Apache::Registry
   PerlSendHeader On
   Options +ExecCGI
   allow from all
</Location>

END MOD_PERL CONFIG

PerlModule HTML::Mason::ApacheHandler
<Location /mason/datadir>
    SetHandler perl-script
    PerlHandler HTML::Mason::ApacheHandler
</Location>

</snippet>

Das  sind lt. Doku die Mindesteinstellungen, die nötig sind.
Ich trage also in eine .html - Seite ein Mason-Tag ( <% 2+2 %> )ein. Aber dies wird nicht ausgewertet.
Also statt: "4" steht da eben "<% 2+2 %>".

Whats wrong?????

Gruß
timothy