Apache warning

ja3

Verified User
Joined
Mar 28, 2004
Messages
51
When I restart or start the httpd:

[Tue Apr 13 11:45:24 2004] [warn] module perl_module is already loaded, skipping

What is wrong with it?
 
Hello,

It's loading the perl module twice. Nothing to be concerned about. You can clear it out by removing the line:

LoadModule perl_module modules/libperl.so

This won't hurt it because you'll have 2 copies of the LoadModule line.

John
 
Back
Top