Re: Multiple handlers for the same directory/location

2010-02-11 Thread Joe Lewis
Hi All, I'm looking into whether it's possible to reliably use multiple complimentary modules to handle the same directory or location. The basic idea is to create separate modules that might be individually reusable (e.g. one handles GETs, another might handle PUT and DELETE). The

Multiple handlers for the same directory/location

2010-02-10 Thread Curt Krone
Hi All, I'm looking into whether it's possible to reliably use multiple complimentary modules to handle the same directory or location. The basic idea is to create separate modules that might be individually reusable (e.g. one handles GETs, another might handle PUT and DELETE). The obvious