Help for this page

Select Code to Download


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