On Mon, 2002-11-25 at 08:33, Jan Theofel wrote:
> > > [Sun Nov 24 17:59:45 2002] shop.pl: Subroutine main redefined at
> > > /home/www/[...]/shop/engine/shop.pl line 19.
> > 
> > This is a warning, not an error.
> 
> Ok, but why do I get this warning? I don't redefine the sub.

I think you are getting the warning for the same reason I was having
trouble:

http://perl.apache.org/docs/1.0/guide/config.html#Apache_Restarts_Twice_On_Start

On start, Apache actually starts and then restarts.  On the restart, you
get the warning that the subroutine is redefined.  It's harmless.


Reply via email to