On Tue, 19 Jun 2001, Geoffrey Young wrote:
> > set $ENV{MOD_PERL} in libhttpd.pm and 'use Apache::Util ()'
> > should work.
>
> this is just for 2.0, though, right? for 1.3 I'm stuck doing the bootstrap
> manually (no apr_initialize equivalent in 1.3)
no, i'm talking 1.3. apr_initialize is not related to whats going on
here. Apache::Util and friends call mod_perl::boot(), which skips the
bootstrap() call unless $ENV{MOD_PERL}. you should not have to call
bootstrap manually if $ENV{MOD_PERL} is set.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]