> <[email protected]> wrote:
> > What i have is a SOAP Lite server set up (for
> development purposes) and i'm wondering if there is a
> way to make changes to files outside the
> "dispatch_to" directory that are included
> ("require"/"do") in myhandler without
> having to restart apache for the changes to go into effect?
>
> Try Apache2::Reload:
> http://perl.apache.org/docs/2.0/api/Apache2/Reload.html
>
> - Perrin
It works with things inside the dispatch_to directory. (refer to my orig post)
Unless i've misconfigured, it's not working for things outside that directory.
-b