You should be using the mod_jk that is compatible with Apache 2. My personal preference is to build from scratch, but that's me.
The modules directory is the correct place for .so files under Apache 2. I guess it's possible that there is enough difference between 7.2/3 and 8 that things that work on 7.x don't work on 8. I don't have access to a RH 8 box, so I can't say for sure. That Seg Fault error you get, though, is indicative of something a little more serious than a configuration problem. My guess would be it's related to 7.x vs. 8, as in the mod_jk.so binary you downloaded was built against 7.x and not 8, but that's only a guess. John > -----Original Message----- > From: Jaimes Blunt [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 12:07 PM > To: Tomcat Users List > Subject: RE: [CONFIG] Apache2.0.40 + Tomcat4.1.12 + mod_jk - STILL > HAVING PROBLEMS > > > I have read the HowTo's on your page. Do you think that I > should build mod_jk from scratch as I just downloaded the > mod_jk2.0.42.so file, and renamed it to mod_jk.so. Also, > should I be using that so or should i get the mod_jk-1.3 file? > Yes I am using RH8 with Apache2.0.43 newly instealled as per > your previous emails. > Just to make sure the proper directory for the mod_jk.so is > /usr/local/apache2/modules correct? When I had installed the > original Apache2.0.40 there were many .so files in the dir, > now there is only the mod_jk.so and the httpd.exp file. > Should I put the .so in the lib directory? > > Jaimes > > -----Original Message----- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 11:52 AM > To: 'Tomcat Users List' > Subject: RE: [CONFIG] Apache2.0.40 + Tomcat4.1.12 + mod_jk - STILL > HAVING PROBLEMS > > > > Well, I took a quick look, and it seems fine, but I can't promise that > everything will work. > > I think you said you are using RH 8. Have you looked at my > HOWTO for 7.2? > > John > > > -----Original Message----- > > From: Jaimes Blunt [mailto:[EMAIL PROTECTED]] > > Sent: Monday, November 18, 2002 11:42 AM > > To: Tomcat Users List > > Subject: RE: [CONFIG] Apache2.0.40 + Tomcat4.1.12 + mod_jk - STILL > > HAVING PROBLEMS > > > > > > Ok, last ditch effort before I throw the server out the window: > > Here is a copy of my httpd.conf file located in APACHE_HOME/conf: > > I have attached the filew to email. Please let me know if I > > should include all text in email. > > > > Jaimes > > > > > > -----Original Message----- > > From: Turner, John [mailto:[EMAIL PROTECTED]] > > Sent: Monday, November 18, 2002 11:30 AM > > To: 'Tomcat Users List' > > Subject: RE: [CONFIG] Apache2.0.40 + Tomcat4.1.12 + mod_jk - STILL > > HAVING PROBLEMS > > > > > > > > It looked OK to me. Is there another instance of > > ApacheConfig somewhere the > > might be getting called instead of the one you think is > being called? > > > > That said, I would just grab the mod_jk.conf file from that > > link, edit it to > > fit your environment, and stick it in httpd.conf and see > what happens. > > > > John > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
