- or download this
sudo a2enmod perl
/etc/init.d/apache2 restart
- or download this
#!/usr/bin/perl
print "Content-type: text/plain\n\n";
print "mod_perl 2.0 rocks!\n";
- or download this
PerlModule ModPerl::Registry
<Location "/mp2-test/">
...
Options +ExecCGI
</Location>