Re: [us...@httpd] Handler Chain (based on request method)

2009-10-28 Thread Aaron Dalton
> Interesting issue. > Several things come to mind, roughly : > 1) you may want to (also) post this question on the mod_perl list > (modp...@perl.apache.org) Thank you for your response. I will cross-post that right now. > 2) what happens if you just remove the section > > > >

Re: [us...@httpd] Handler Chain (based on request method)

2009-10-24 Thread André Warnier
Aaron Dalton wrote: I'm using mod_perl and CGI::Application::Dispatch to create a RESTful web application. In the one resource, GETs should be sent to the default handler, and all other requests to the dispatcher. I have tried using and , but they do not appear to be working. The handlers g

[us...@httpd] Handler Chain (based on request method)

2009-10-24 Thread Aaron Dalton
I'm using mod_perl and CGI::Application::Dispatch to create a RESTful web application. In the one resource, GETs should be sent to the default handler, and all other requests to the dispatcher. I have tried using and , but they do not appear to be working. The handlers get processed regardle