You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Richard Hadley <RH...@VHN.NET> on 2000/06/13 12:39:54 UTC

Perl Handler not called from

Hi,

I have written a PerlHandler that executes when called from within a Location tag. But doesn't even get called when I change the tag to being a Directory tag.

e.g
<Location>
SetHandler perl-script
PerlHandler Apache::MyModule
</Location>
Works fine

<Directory>
SetHandler perl-script
PerlHandler Apache::MyModule
</Directory>

NOTHING HAPPENS ...!

Anyone know why this is ?

MTIA
Richard