Hi,
I've just seen a situation where a client extracted a Java agent onto a web server, then configured Apache's httpd.conf to load the libdtagent.so agent as a module. The Apache server starts up without any problem, but the agent obviously cannot connect to the collector, as it has no name or reference to the collector IP.
Is Apache just ignoring the request to load the agent as a module, or can this cause a problem?
Thanks,
Derick
Answer by Andreas G. ·
Hi. I think this shouldnt have any impact at all. Apache will try to load the module but figures out that it is in fact not a module and therefore just does nothing with it. So - the only impact there is that you will find this information in the log files of Apache - but - it should not impact the actual processing of requests. I would however remove it when possible to avoid any potential overhead that comes with "trying to load the module" and logging the log message
JANUARY 15, 3:00 PM GMT / 10:00 AM ET