From: Jonathan Vanasco <[EMAIL PROTECTED]>
To: Mod_Perl Mailing List
Sent: Wednesday, May 17, 2006 10:41:30 AM
Subject: apache url mapping question
this isn't necessarily a mod_perl question, but it is for a mod_perl
app, and I'm using mp to generate the location directives i
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:
this isn't necessarily a mod_perl question, but it is for a mod_perl
app, and I'm using mp to generate the location directives in apache
i need to get the following urls mapped onto a handler in httpd.conf
/
/index
/index.*
i thought about something like this
i'm thin