PDA

View Full Version : Apache with Perl



frescard
03-13-2004, 06:08 AM
How to I start Apache with Perl activated?

Right now I can use Perl from the shell, or use PHP through Apache, but when I try a Perl page through Apache, it will only deliver it as straight text...

BTW - the system (Linux 2.4.24-xfs, KDE 3.1.5) is harddisk based - in case it matters...

rusty
03-13-2004, 03:43 PM
You need to have the perl module installed for apache. You can take a look using kpackage to see if it's installed, or use webmin_apache if you like.

You might also look here (http://perl.apache.org/).