Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Cannot load modules/mod_jk.so into server ? |
|
Author |
|
ServBirm
Joined: 15 Mar 2011 Posts: 4
|
Posted: Thu 22 Aug '13 16:01 Post subject: Cannot load modules/mod_jk.so |
|
|
Has anyone seen this error when trying to start Apache?
Cannot load modules/mod_jk.so into server: The specified module could not be found.
The mod_jk.so file is in the modules directory and loaded in httpd.conf (LoadModule jk_module modules/mod_jk.so).
For the life of me I cannot work out why this will not load.
Thanks, |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Thu 22 Aug '13 16:20 Post subject: |
|
|
Anything in the windows Event Viewer ?
Sure you have the correct module corresponding with your apache: win32, win64, 2.2, 2.4, vc10, vc11 ?
What shows when you do in a Windows command prompt:
>httpd -t |
|
Back to top |
|
ServBirm
Joined: 15 Mar 2011 Posts: 4
|
Posted: Thu 22 Aug '13 16:37 Post subject: |
|
|
That was it... I was trying to use the VC11 modules instead of the VC10.
Thank you! |
|
Back to top |
|
|
|
|
|
|