John Michael wrote:

> I am getting these error messages when I restart apache on a new mod perl
> install.


http://perl.apache.org/guide/troubleshooting.html#Constant_subroutine_XXX_redefine


Something forces the code reloading since Apache restarts itself on the 
start. make sure to run the latest mod_perl, as PerlModule/Require used 
to call the code twice (fixed now). Also I heartly suggest not to use 
5.6.0 and move onto 5.6.1.

Whenever you report a problem, make sure to check the SUPPORT file and 
give us all the details about your system.


> Starting httpd: Subroutine export redefined at
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache/Constants.pm line 35.


[snip]


> Subroutine DESTROY redefined at
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache/Registry.pm line 214.
> [  OK  ]
> 
> Here is my perl conf file.
> Alias /perl/ /home/www/perl/
> PerlModule Apache::Registry
> <Location /perl>
>  SetHandler perl-script
>  PerlHandler Apache::Registry
>  Options ExecCGI
>  allow from all
>  PerlSendHeader On
> </Location>
> 
> #This bit of code, causes apache to exit gracefully on any request for
> Microshit files: nimbda fighter
> PerlModule Apache::Constants
> <LocationMatch "\.(ida|exe|dll|asp)$">
> SetHandler perl-script
> PerlInitHandler Apache::Constants::DONE
> </LocationMatch>
> 
> PerlRequire  /etc/httpd/conf/perl_conf/startup.pl
> PerlFreshRestart On
> PerlWarn On
> 
> 
> The server appears to have started.
> Should or can I just disreguard these messages.

this is not a problem, but by upgrading you can get rid of these.

_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Reply via email to