[warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias. [Fri Nov 24 16:08:18 2006] [warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias. [Fri Nov 24 16:08:18 2006] [warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias. [Fri Nov 24 16:08:18 2006] [warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias. [Fri Nov 24 16:08:18 2006] [warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias.
Via
PerlTrace d

conf/extra.last.conf.in:
#Deprecated access to Apache2::ReadConfig:: still works
<Perl >
use Apache::Test ();
if (Apache::Test::have_module('mod_alias.c')) {
    push @Apache2::ReadConfig::Alias,
        ['/perl_sections_readconfig', '@DocumentRoot@'];
    $Apache2::ReadConfig::Location{'/perl_sections_readconfig'} = {
        'PerlInitHandler'   => 'ModPerl::Test::add_config',
        'AuthType'          => 'Basic',
        'AuthName'          => 'PerlSection',
        'PerlAuthenHandler' => 'TestHooks::authen_basic',
    };
}
</Perl>

Causes these -- but I've no idea why --

$ grep perl_sections_readconfig *
t/conf/extra.last.conf.in: ['/perl_sections_readconfig', '@DocumentRoot@']; t/conf/extra.last.conf.in: $Apache2::ReadConfig::Location{'/perl_sections_readconfig'} = { t/conf/extra.last.conf: ['/perl_sections_readconfig', '/usr/home/pgollucci/dev/compile/freebsd-6.1-release-p10/4.1.0/mod_perl/r480905-bleed-2.2.3-prefork/t/htdocs']; t/conf/extra.last.conf: $Apache2::ReadConfig::Location{'/perl_sections_readconfig'} = { t/directive/perl.t: "/perl_sections_readconfig/index.html") {

svn annotate t/conf/extra.last.conf.in | grep perl_sections_readconfig
178236       stas         ['/perl_sections_readconfig', '@DocumentRoot@'];
178236 stas $Apache2::ReadConfig::Location{'/perl_sections_readconfig'} = {

http://svn.apache.org/viewvc?view=rev&revision=178236

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

I never had a dream come true
'Til the day that I found you.
Even though I pretend that I've moved on
You'll always be my baby.
I never found the words to say
You're the one I think about each day
And I know no matter where life takes me to
A part of me will always be...
A part of me will always be with you.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to