Re: Single PerlResponseHander for Web Application

Perrin Harkins <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <CAC0_be3=1tG6JbhJbaVpUrVN=ycvoKCgx+1x0DrwLHy5RfqK7g@mail.gmail.com>
On Mon, Jul 18, 2011 at 6:02 PM, Jerry Pereira <[email protected]> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.