Re: [mp2] Apache2::Reload doesn't reload

2007-07-10 Thread Perrin Harkins
On 6/27/07, Colin Wetherbee <[EMAIL PROTECTED]> wrote: I have a handler in a module called JetSet::Handler. That module depends on a number of other modules, which I've tried to include with 'use', with limited success. It seems, sometimes, symbols act just fine and reload when they should, but

Re: mod_perl lazy loading modules with eval in custom lib

2007-07-10 Thread Perrin Harkins
On 7/7/07, Christiaan Kras <[EMAIL PROTECTED]> wrote: Because in my error messages it clearly says it can't find the modules in @INC. Then it shows all the paths in @INC and my custom lib isn't set there, instead, @INC is at it's original state. Okay, you said you don't add to @INC at startup.

Re: Configuration Data vs. DirectoryIndex

2007-07-10 Thread Geoffrey Young
Marc M. Adkins wrote: > I have been struggling with DirectoryIndex behavior and configuration > information from custom Perl directives for a while now. I've been > scanning the web and posting here and thanks for the previous responses. > > I now have a solution that seems to work. I have ext

Re: Configuration Data vs. DirectoryIndex

2007-07-10 Thread Marc M. Adkins
Well, ref($self) returns the package name for the $self object, which is the class name passed into the call, which is 'Stuff'. I double-checked by adding another warn() statement and re-running my test cases but it all checked out. Unless I'm missing something. Frank Wiles wrote: On Sat, 0

Re: Configuration Data vs. DirectoryIndex

2007-07-10 Thread Frank Wiles
On Sat, 07 Jul 2007 11:13:49 -0700 "Marc M. Adkins" <[EMAIL PROTECTED]> wrote: > I have been struggling with DirectoryIndex behavior and configuration > information from custom Perl directives for a while now. I've been > scanning the web and posting here and thanks for the previous > responses

Re: Bug & Patch: Segfault with PerlOptions -Enable

2007-07-10 Thread fred
> -8<-- Start Bug Report 8<-- > 1. Problem Description: > >Apache2 segfaults when a virtual host is configured with >PerlOptions -Enable (using the libapache2-mod-perl2 package on a >stock Ubuntu 7.04 installation). > >A test case using bug-re

Bug & Patch: Segfault with PerlOptions -Enable

2007-07-10 Thread Derek Poon
-8<-- Start Bug Report 8<-- 1. Problem Description: Apache2 segfaults when a virtual host is configured with PerlOptions -Enable (using the libapache2-mod-perl2 package on a stock Ubuntu 7.04 installation). A test case using bug-reporting-skeleton-