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

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: Location ~ ^/(index(\..*)?)?$ SetHandler perl-script

Re: apache url mapping question

2006-05-17 Thread Jeff Nokes
/path/to/srcript/real_index.pl - Original Message From: Jonathan Vanasco [EMAIL PROTECTED] To: Mod_Perl Mailing List modperl@perl.apache.org Sent: Wednesday, May 17, 2006 10:41:30 AM Subject: apache url mapping question this isn't necessarily a mod_perl question