How to make sure mod_perl is used for perl scripts?

Hey Guys, I have installed Mod_Perl for my apache 2 OTRS machine. When I go to Support Assesment, in the bottom it says: Check for CGI Accelerator.You should use FastCGI or mod_perl to increase your performance.Critical So I cheched out my httpd.conf, didnt see any weird stuff to start with. So I added: LoadModule perl_module modules/mod_perl.so, but when I restarted apache it sayd that mod_perl already was loaded. So that wasnt the problem. The weird thing that I saw was : AddHandler cgi-script .pl, it basically says cgi is used for perl scripts?.. So I changed it too AddHandler perl-script.pl and restarted apache. That didnt solve the problem cause now the perlpages are shown in plain text. What am I doing wrong? Kind regards, G.
participants (1)
-
Gerrit Tamboer