On Mon, Jul 18, 2011 at 6:02 PM, Jerry Pereira <online.je...@gmail.com> wrote:
> Single PerlResponseHandler for my application, all requests will be
> submitted to this handler, the handler will then dispatch the request to
> appropriate sub-handlers based on the URI path.

Sounds like Apache2::Dispatch to me.

> I also thought of using Apache2::Dispatch,
> but i believe it requires that each path has its own handler configured in
> httpd.conf file (please correct me if I am wrong)

You're confused about this one.  Eliminating the need to add each
class to httpd.conf is the main reason that Dispatch exists.

- Perrin

Reply via email to