RE: possible bug in mod_perl 1.24_01

2000-10-19 Thread Geoffrey Young



 -Original Message-
 From: Michael J Schout [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 18, 2000 2:54 PM
 To: [EMAIL PROTECTED]
 Subject: Re: possible bug in mod_perl 1.24_01
 
 
 I should also have mentioned:
 
 I am using perl 5.6.0, Linux 2.2.x

I have the same config and don't have any problems...

however, from the debug output, it looks to me like it is the Include
directive that is mucking things up...

`@Include' directive is TAKE1, (1 elements)
default: iterating over @Include
handle_command (Include
"/nis.home/mschout/dev/gkgdrs/gkgnsi/conf/httpd.conf"): loading perl module
'Apache'...ok

`@Include' directive is TAKE1, (0 elements)
default: iterating over @Include
perl_section: /Directory

`@Include' directive is TAKE1, (0 elements)
default: iterating over @Include
perl_section: /Directory

...etc

are any of your configuration files a directory?  1.3.14 will now recurse
through any config files that are directories and process all the files
within... maybe that is going awry somehow?

I suppose my suggestion might be to start stripping down your config file to
something basic and add stuff until the looping starts - not much help, I
know, but...

--Geoff


 
 I used the same perl / os for both apache1.3.12/mod_perl 
 1.24, and apache
 1.3.14/mod_perl 1.24_01.
 
 Mike
 



Re: possible bug in mod_perl 1.24_01

2000-10-18 Thread Michael J Schout

I should also have mentioned:

I am using perl 5.6.0, Linux 2.2.x

I used the same perl / os for both apache1.3.12/mod_perl 1.24, and apache
1.3.14/mod_perl 1.24_01.

Mike