Re: [mp2] where did Apache2::Cookie go in freebsd?

2008-12-11 Thread Adam Prime
Foo JH wrote: >> Path:/usr/ports/www/libapreq2 >> Path:/usr/ports/www/p5-libapreq >> Path:/usr/ports/www/p5-libapreq-static >> Path:/usr/ports/www/p5-libapreq2 >> You'd want either p5-libapreq2 or p5-libapreq WITH_MODPERL2=yes > > Thanks. Does the fact that libapreq can be installe

Re: [mp2] where did Apache2::Cookie go in freebsd?

2008-12-11 Thread Foo JH
> Path:/usr/ports/www/libapreq2 > Path:/usr/ports/www/p5-libapreq > Path:/usr/ports/www/p5-libapreq-static > Path:/usr/ports/www/p5-libapreq2 > You'd want either p5-libapreq2 or p5-libapreq WITH_MODPERL2=yes Thanks. Does the fact that libapreq can be installed w/o modperl mean that

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

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: > > > 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 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 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

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