How about something like the following?
# mod_perl 1.29 Configuration:
# Set up apache so that all pages served with a .pl or .pm extension will
be executed
# via the mod_perl package which is statically linked in with Apache.
SetHandler perl-script
P
Hi Jonathan, two examples which I think are right, comments please folks!
Jonathan Vanasco wrote:
i need to get the following urls mapped onto a handler in httpd.conf
/
/index
/index.*
Option 1:
SetHandler perl-script
PerlResponseHandler My::Module
Option 2: