- or download this
<IfModule mod_perl.c>
PerlModule Apache2::ModPerl::Registry
...
PerlSendHeader On
</Location>
</IfModule>
- or download this
PerlModule Apache2::ModPerl::Registry
- or download this
#!/usr/bin/perl
...
print "Content-type: text/plain\n\n";
print "hello";
- or download this
sub handler
{
...
print "hello";
}
1;
- or download this
[...date here...] [error] failed to resolve handler `Apache2::ModPerl:
+:Registry'
- or download this
/usr/lib/perl5/vendor_perl/5.8.2/i686-linux/Apache2/ModPerl/Registry.p
+m