Re: 2 init handlers

2005-11-05 Thread Geoffrey Young
JT Smith wrote: > Thanks. I tried adding multiple lines worth and that didn't seem to > work, not sure why. I didn't try putting multiple on the same line. I'll > give that a shot. it shouldn't really matter - see hooks/TestHooks/stacked_handlers2.pm in the mp2 test suite. if the t/hooks/stacke

Re: 2 init handlers

2005-11-05 Thread JT Smith
Thanks. I tried adding multiple lines worth and that didn't seem to work, not sure why. I didn't try putting multiple on the same line. I'll give that a shot. sure, slather on as many as you want PerlInitHandler My::Foo My::Bar PerlInitHandler My::Baz and they'll all get run. provided nobo

Re: 2 init handlers

2005-11-05 Thread Geoffrey Young
JT Smith wrote: > My modperl app has its own init handler, but I'd also like to use > Apache2::Reload on my dev box so I don't have to continue restarting > Apache. Is it possible to register 2 init handlers through the Apache > config? sure, slather on as many as you w

2 init handlers

2005-11-05 Thread JT Smith
My modperl app has its own init handler, but I'd also like to use Apache2::Reload on my dev box so I don't have to continue restarting Apache. Is it possible to register 2 init handlers through the Apache config? If not, is it possible to register them through code? JT ~ Plain Bla