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

Reply via email to