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