True, but only with Apache 1.3.x. With Apache 2, there's no need for AddModule.
John > -----Original Message----- > From: Denise Mangano [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 11:53 PM > To: 'Tomcat Users List' > Subject: RE: Porblem editing httpd.conf > > > Not sure if this was solved or not - haven't had time to > follow the list > today :( > > Phil, my apologies if you knew this already... I believe you > need to add the > AddModule directive in the appropriate place as well whenever > you add a > LoadModule directive to the httpd.conf. You can just add it > to the end of > the AddModule list (should follow right after the LoadModule > list) - this > should be: > > AddModule mod_jk202.0.43.c > > HTH > Denise > > -----Original Message----- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 2:09 PM > To: 'Tomcat Users List' > Subject: RE: Porblem editing httpd.conf > > > > > Oops, you're right. My bad. Good eye. > > John > > > > -----Original Message----- > > From: Andy Eastham [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 22, 2003 1:58 PM > > To: Tomcat Users List > > Subject: RE: Porblem editing httpd.conf > > > > > > John, > > > > Do you not need to name it too, ie > > LoadModule jk2_module modules/mod_jk2-2.0.43.so > > > > Thats what's in my working set up anyway. > > > > Andy > > > > > -----Original Message----- > > > From: Turner, John [mailto:[EMAIL PROTECTED]] > > > Sent: 22 January 2003 18:07 > > > To: 'Tomcat Users List' > > > Subject: RE: Porblem editing httpd.conf > > > > > > > > > > > > Tell it where: > > > > > > LoadModule modules/mod_jk2-2.0.43.so > > > > > > John > > > > > > > > > > -----Original Message----- > > > > From: pcampaigne [mailto:[EMAIL PROTECTED]] > > > > Sent: Wednesday, January 22, 2003 1:03 PM > > > > To: Tomcat Users List > > > > Subject: Porblem editing httpd.conf > > > > > > > > > > > > After I added the following line to httpd.conf, the httpd > > > > server vails to start: > > > > LoadModule mod_jk2-2.0.43.so > > > > > > > > I get a syntax error at startup. > > > > What am I doing wrong here. I am trying to tell it to load > > > > the jk2 connector module. > > > > using tomcat4-4.1.18 and httpd 2.0.43 > > > > Thanks, > > > > Phil > > > > > > > > > > -- > > > 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]> > > -- > 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]>
