Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    # warn Dumper($conf->section('VirtualHost'));
    
  2. or download this
    $ perl -T t/11-aac.t
    1..6
    ...
    ok 2 - Our config file is: t/conf/etc/apache2/sites-available/cg.examp
    +le.com.conf
    # Looks like you planned 6 tests but ran 2.
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $new_conf = $conf->save_file( "$new_config_conf_file", \%config );
    
  4. or download this
    $ perl -T t/11-cg.t
    1..6
    ok 1 - use My::NewModule::Apache;
    ok 2 - Our config file is: t/conf/etc/apache2/sites-available/cg.examp
    +le.com.conf
    # Looks like you planned 6 tests but ran 2.