Re: [cgiapp] Proposal: improving mode_param()

2004-09-09 Thread Michael Peters
Mark Stosberg wrote: In 2001, I posted on this list a suggestion for improving mode_param: http://www.mail-archive.com/cgiapp%40lists.vm.com/msg1.html Years ago, Jesse realized the value of passing the run mode through PATH_INFO. My own years of experience since then have validated this as a

RE: [cgiapp] Proposal: improving mode_param()

2004-09-09 Thread Kleindenst, Fred
I take it that this works exclusively under mod_perl and not on a vanilla web server. --Fred -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Mark Stosberg Sent: Wednesday, September 08, 2004 7:00 PM To: [EMAIL PROTECTED] Subject: [cgiapp] Proposal: improving

Re: [cgiapp] Proposal: improving mode_param()

2004-09-09 Thread Rhesa Rozendaal
Kleindenst, Fred wrote: I take it that this works exclusively under mod_perl and not on a vanilla web server. no, path_info is available under mod_cgi as well. Only if by vanilla you mean IIS, then path_info isn't available by default. It can be turned on though, but don't ask me how... Rhesa

Re: [cgiapp] Proposal: improving mode_param()

2004-09-09 Thread Rhesa Rozendaal
Michael Peters wrote: I have also been working on something along this concept... I took a queue from Apache::Dispatch and Maypole which act as mod_perl handlers that then give the work to some controller class based on the path... I'm currently calling it C::A::Dispatch. It based on the path it