Re: Single PerlResponseHander for Web Application
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be3XC0sg6hynu7KHsA2KM0MFPoqvSqq2eBY_8Bi1oU=wdw@mail.gmail.com> |
On Tue, Jul 19, 2011 at 12:55 PM, Jerry Pereira <[email protected]> wrote: > I agree, but isn't the Handler tightly coupled to the URI? Yes. > rather if i can > configure the mapping of URI and sub-handlers in a different configuration > file or database, it will be easier to handle URI changes. I don't see any advantage to doing it in a different config file or database over just putting it in httpd.conf. Are you thinking you would avoid restarts? You'd probably want to restart anyway when you deploy new code. - Perrin