PDA

View Full Version : Apache warning


ja3
04-13-2004, 03:45 AM
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?

DirectAdmin Support
04-13-2004, 01:32 PM
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