On Wed, 16 Aug 2000 [EMAIL PROTECTED] wrote:

> 
> All,
> 
>       I am seeing the following errors in my apache error log. These have
>       appeared since moving to a Linux/mod_perl1.24 combination (from NT/1.23)
>       so I don't know if they come from 1.24 or from the -w switch being handled
>       better under unix.
> 
>       Anyone know what these are and how to get rid of them ?
> 
>       I had a look but I really don't feel confident enough do start playing
>       around with this module :-)
> 
> [Wed Aug 16 17:45:12 2000] null: Use of uninitialized value at
> /usr/lib/perl5/site_perl/5.005/i386-linux/Apache.pm line 184.
> [Wed Aug 16 17:45:12 2000] null: Use of uninitialized value at
> /usr/lib/perl5/site_perl/5.005/i386-linux/Apache.pm line 184.
> [Wed Aug 16 17:45:13 2000] null: Use of uninitialized value at
> /usr/lib/perl5/site_perl/5.005/i386-linux/Apache.pm line 184.

that line is in send_cgi_header(), which means you've configured
PerlSendHeader On.  how is your code sending headers?  looks like
something that send_cgi_header() can't parse.

Reply via email to