I in the process of testing out embperl i noticed something strange.
I was trying to setup embperl for
/usr/share/doc/libhtml-embperl-perl/
where all the examples are.
first of all I tried this
<Directory /usr/share/doc/libhtml-embperl-perl/>
Options ExecCGI
SetHandler perl-script
PerlHandler HTML::Embperl
Order allow,deny
Allow from all
</Directory>
But this did not work
I had to use this
<Location /doc/libhtml-embperl-perl/>
Options ExecCGI
SetHandler perl-script
PerlHandler HTML::Embperl
Order allow,deny
Allow from all
</Location>
I can understand why the second works, my question is why did the first
one not work
Plus can any one tell me where I can find the difference between
PerlHandler Apache::Registry
and
PerlHandler HTML::Embperl
Thanks
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html