Re: apache url mapping question

2006-05-17 Thread Jeff Nokes
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

Re: apache url mapping question

2006-05-17 Thread John ORourke
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:

apache url mapping question

2006-05-17 Thread Jonathan Vanasco
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