RE: The Eagle has landed!

2000-07-13 Thread G.W. Haywood
Hi all, On Wed, 12 Jul 2000, Dan Rench wrote: > Watch out for those @INC push()es in your configs. > I used to have one of those in mine, and every time I did a kill -USR1, > @INC grew, 'sfunny, that happened to me even though I *wasn't* using a push. Never got a reply to my question though...

Re: The Eagle has landed!

2000-07-12 Thread Roger Espel Llima
Dan Rench <[EMAIL PROTECTED]> wrote: > According to pages 500-501 in the Eagle book, changes made to @INC from > PerlRequire'd code don't stick. That is strange, because it seems to work here. I have PerlRequire /www/perl/perlstart.pl in my httpd.conf, and perlstart.pl starts with

RE: The Eagle has landed!

2000-07-12 Thread Dan Rench
On Wed, 12 Jul 2000, Greg Leidreiter wrote: > Firstly becuase the Eagle book seems very rigorous to me, and such an > oversight as forgetting to push a path into @INC should have been picked up > well before now. I've never heard mention of this problem... mod_perl automatically adds {ServerRoot

Re: The Eagle has landed!

2000-07-12 Thread G.W. Haywood
Hi there, On Tue, 11 Jul 2000, Greg Leidreiter wrote: > when attempting to access http://localhost/hello/world from a > browser it returns 404, and the errorlog shows the /hello/world URL appended > to DocumentRoot > any ideas? Is there an `Alias' directive somewhere in your config? 73, Ged.

RE: The Eagle has landed!

2000-07-11 Thread Greg Leidreiter
-Original Message- From: Darko Krizic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 11 July 2000 10:56 PM To: 'Greg Leidreiter' Subject: RE: The Eagle has landed! > ServerRoot is /usr/local/apache > underneath which I have created the lib/perl/Apache tree for holding &g