Thank you. Adding "use Apache2::SubRequest ();" to my startup.pl solves the problem, and it explains the divergent behavior between the two virtual hosts.
Mark On Wed, Apr 22, 2009 at 09:03:50AM -0400, Adam Prime wrote: > Mark Copper wrote: > >Hi, > > > >I'm getting the following error in response to a call to > >internal_redirect of Apache2::SubRequest: > > Can't locate auto/Apache2/Request/internal_re.al in @INC > >which, of course, it won't since, on my Debian Lenny system, > > /usr/lib/perl5/auto/Apache2 > >doesn't even have a Request subdirectory. > > The only time i've seen an error like that was when i had not put "use > Apache2::Whatever" into my code or my startup.pl. Does your code have that? > > Adam