You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-dev@httpd.apache.org by Rick Myers <ri...@sumthin.nu> on 2002/01/11 00:34:22 UTC

httpd.conf.in

Minimal problem description...

t/TEST -clean
touch t/conf/httpd.conf.in
t/TEST -configure
grep Include t/conf/httpd.conf

Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/extra.conf"
Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/httpd.conf"
Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/single-declined.conf"
Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/single-default.conf"

t/TEST

Subroutine handler redefined at /home/rik/dev/Apache/AlterTransChain2/t/../blib/lib/Apache/AlterTransChain.pm line 22.
Subroutine AlterTrans redefined at /home/rik/dev/Apache/AlterTransChain2/t/../blib/lib/Apache/AlterTransChain.pm line 37.
Subroutine handler redefined at /home/rik/dev/Apache/AlterTransChain2/t/../blib/lib/Apache/AlterTransChain.pm line 22.
Subroutine AlterTrans redefined at /home/rik/dev/Apache/AlterTransChain2/t/../blib/lib/Apache/AlterTransChain.pm line 37.
<snip => ^C>

# diff -u TestConfig.pm~ TestConfig.pm
--- TestConfig.pm~      Thu Jan 10 18:15:18 2002
+++ TestConfig.pm       Thu Jan 10 18:22:28 2002
@@ -1101,6 +1101,7 @@
     if (my $extra_conf = $self->generate_extra_conf) {
         for my $file (@$extra_conf) {
             if ($file =~ /\.conf$/) {
+                next if $file =~ /\/httpd\.conf$/;
                 $self->postamble(Include => qq("$file"));
             }
             elsif ($file =~ /\.pl$/) {


Rick Myers                            rik@sumthin.nu
----------------------------------------------------
The Feynman Problem       1) Write down the problem.
Solving Algorithm         2) Think real hard.
                          3) Write down the answer.


Re: httpd.conf.in

Posted by Stas Bekman <st...@stason.org>.
Rick Myers wrote:

> Minimal problem description...
> 
> t/TEST -clean
> touch t/conf/httpd.conf.in
> t/TEST -configure
> grep Include t/conf/httpd.conf
> 
> Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/extra.conf"
> Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/httpd.conf"


Good catch. committed. Thanks Rick!



-- 


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:stas@stason.org  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/