SOAP Lite handler and including other files without apache restart

2008-12-11 Thread b. nyec
Not sure if subject explains the problem (or not) i'm dealing with but, here goes. 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 myhandle

Re: SOAP Lite handler and including other files without apache restart

2008-12-11 Thread Perrin Harkins
On Thu, Dec 11, 2008 at 1:03 PM, b. nyec 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

Re: SOAP Lite handler and including other files without apache restart

2008-12-11 Thread b. nyec
> 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 ef

Re: SOAP Lite handler and including other files without apache restart

2008-12-11 Thread b. nyec
> > 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 cha

Re: SOAP Lite handler and including other files without apache restart

2008-12-11 Thread Perrin Harkins
On Thu, Dec 11, 2008 at 1:43 PM, b. nyec wrote: > 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. Sorry, I should have read the whole thing. I think the problem is that the file you pu

Re: SOAP Lite handler and including other files without apache restart

2008-12-11 Thread b. nyec
> wrote: > > 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. > > Sorry, I should have read the whole thing. I think the > problem is > that the file you pull in with require has