logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Cannot load modules/mod_jk.so into server ?
Author
ServBirm



Joined: 15 Mar 2011
Posts: 4

PostPosted: Thu 22 Aug '13 16:01    Post subject: Cannot load modules/mod_jk.so Reply with quote

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: 3056
Location: Hilversum, NL, EU

PostPosted: Thu 22 Aug '13 16:20    Post subject: Reply with quote

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

PostPosted: Thu 22 Aug '13 16:37    Post subject: Reply with quote

That was it... I was trying to use the VC11 modules instead of the VC10.

Thank you!
Back to top


Reply to topic   Topic: Cannot load modules/mod_jk.so into server ? View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules