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