Re: [mp2 bug] push_handlers(PostConfig...) on vhost is silently ignored

2005-11-23 Thread Philippe M. Chiasson
Stas Bekman wrote: > Configuring PostConfig phase via push_handlers on the vhost server is > silently ignored under mp2. > > For example a custom directive handler FooBar: > > sub FooBar { > my ($self, $parms, $arg) = @_; > > my $s = $parms->server; > # XXX: calling it on the non-vho

[mp2 bug] push_handlers(PostConfig...) on vhost is silently ignored

2005-11-23 Thread Stas Bekman
Configuring PostConfig phase via push_handlers on the vhost server is silently ignored under mp2. For example a custom directive handler FooBar: sub FooBar { my ($self, $parms, $arg) = @_; my $s = $parms->server; # XXX: calling it on the non-vhost server works #Apache2::ServerU