in reply to
How to configure mod_perl?
I'm not a mod_perl expert, but my guess is you might need to set up a connection to the .pl file extension, something like
AddHandler mod_perl .pl
[download]
Perl 6 - second systems done right
Comment on
Re: How to configure mod_perl
Download
Code
Replies are listed 'Best First'.
Re^2: How to configure mod_perl
by
Anonymous Monk
on Jun 17, 2011 at 14:00 UTC
Not required, it will treat every file under directory as perl
[reply]
In Section
Seekers of Perl Wisdom