[warn] module perl_module is already loaded, skipping

IPaddress

Verified User
Joined
Feb 21, 2004
Messages
92
Hello.

I did an upgrade to apache 1.3.29 to 1.3.31 with (Updating and Compiling Apache and PHP) from http://help.directadmin.com an then when I restarted HTTPD process, the following message appears.

[warn] module perl_module is already loaded, skipping

can you help me??.

at this moment all works fine, but I would like to know why this messages appears.

Thanks
Dario
 
Hello,

It's very minor. It just means that the perl installer added another "LoadModule" line for perl. You can remove one of them from your /etc/httpd/conf/httpd.conf file.

John
 
hi...i got this too...

which one to remove???

<IfDefine HAVE_PERL>
LoadModule perl_module modules/libperl.so
</IfDefine>


-OR-

LoadModule perl_module /usr/lib/apache/libperl.so
 
thanks!

i commented out the first one...
when i restart, i still get the same message about mod perl already being installed.
i doubled checked the file and can't find a second instance.
any suggestions where to look now?
 
Give this a try. I modified the httpd.conf because of some module issues where the original httpd.conf DA uses doesn't load all the modules in the correct order. It works, but I like it when no errors turn up when you do a configtest:p

Remember to modify the the virualhost and include directives at the very bottom to what is in your current httpd.conf ;)
 

Attachments

  • httpd_conf.txt
    18.7 KB · Views: 453
Back
Top