• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Plesk 9.2.3 httpd warning

S

sunshine123

Guest
Plesk 9.2.3 httpd warning - module jk_module is already loaded, skipping

Hello,

after upgrade from plesk 9.2.2 to plesk 9.2.3 we have the following error when apache restart.
Starting httpd: [Thu Dec 03 06:42:31 2009] [warn] module jk_module is already loaded, skipping
CentOS release 5.4 Box

Everthing is working, but what is this warning?

Kind regards

Wolfgang
 
Last edited by a moderator:
Looks like there are two mentions about loading jk_module in /etc/httpd/conf/httpd.conf file.
You can try to find duplicate with something like

grep -R jk_module /etc/httpd/*
 
[root@server4 ~]# grep -R jk_module /etc/httpd/*
/etc/httpd/conf/httpd.conf.orig:LoadModule jk_module /usr/lib64/httpd/modules/mod_jk.so
/etc/httpd/conf/httpd.conf:LoadModule jk_module /usr/lib64/httpd/modules/mod_jk.so
/etc/httpd/conf.d/jk.conf:LoadModule jk_module /usr/lib64/httpd/modules/mod_jk.so
grep: warning: /etc/httpd/logs/psa/logs: recursive directory loop

/etc/httpd/logs/error_log:[Tue Dec 01 16:43:03 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Tue Dec 01 16:43:10 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Tue Dec 01 16:43:22 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Tue Dec 01 16:49:25 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Tue Dec 01 16:50:31 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Tue Dec 01 16:51:13 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Tue Dec 01 17:04:44 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Tue Dec 01 17:55:56 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Tue Dec 01 19:37:23 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Wed Dec 02 05:10:24 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Wed Dec 02 08:05:18 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Wed Dec 02 08:20:43 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Wed Dec 02 08:27:44 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Thu Dec 03 05:11:42 2009] [warn] module jk_module is already loaded, skipping
/etc/httpd/logs/error_log:[Thu Dec 03 06:42:33 2009] [warn] module jk_module is already loaded, skipping
Binary file /etc/httpd/modules/mod_jk.so matches
grep: /etc/httpd/run/acpid.socket: No such device or address
grep: /etc/httpd/run/audispd_events: No such device or address
grep: /etc/httpd/run/proftpd/proftpd.sock: No such device or address

Should i remove jk.conf in /etc/httpd/conf.d/? The entry is in the /etc/httpd/conf/httpd.conf too.

Thank you very much for your fast help,

Kind regards

Wolfgang
 
I have deleted the jk.conf from the /etc/httpd/conf.d. Now it works....

Thank you for the great Support!!!

Kind regards
Wolfgang
 
Back
Top