And then i put the PerlTransHandler +module in the VirtualHost section Then i get an INTERNAL ERROR SERVER, with the sentence "failed to resolve handler modulename" in error.log
that typically means that the module couldn't be found. try putting it in
/usr/local/apache2/
or
/usr/local/apache2/lib/perl
(assuming your apache is in /usr/local/apache2/bin/httpd, of course).
--Geoff