- or download this
-------------------------
In httpd.conf:
...
Apache2::Server->server->add_config([split /\n/ $config]);
-------------------------
- or download this
@vhosts = Apache2::Directive::conftree->lookup("VirtualHost") - or download this
<Perl>
my $config = do 'startup.pl';
...
$VirtualHost{$vhost}=>$config->{$vhost}
}
</Perl>
- or download this
<Perl handler="startup.pl">
</Perl>
- or download this
PerlOpenLogsHandler startup.pl