hi thanks to you foe reply me email.
i try to create libexec directory and putting mod_jk.so in that directory but it is show same error. And i changing permission of mod_jk.so to 755 but still no working. helping me. -- hari >From: [EMAIL PROTECTED] >To: "hari hari" <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: apache error? >Date: Thu, 12 Sep 2002 14:54:17 -0400 > > > >hari, > >1. Is there a libexec directory where you can place that.... I beleive >modules directory is applicable for windows >2. Check the permission on the mod_jk.so file, you may need to do something >like that: chmod 755 mod_jk.so to give it the appropriate permissions. > > > > > > >"hari hari" <[EMAIL PROTECTED]> on 09/12/2002 02:27:39 PM > >To: [EMAIL PROTECTED] >cc: > >Subject: Re: apache error? > > >Hi my friends, > >my many thank you to all of you. > >i mentioned in my last mail messg, I using apache 2.0.40 and tomcat 4.0.4 >on >IBM aix 5.1 systems. > >I having errers when running my apache as follows. my friend emiled me >mod_jk.so and telling me to put that mod_jk.so in >/usr/local/apache2/modules >directory and I did that and it is giving problems. > >#./apachectl start >Syntax error on line 1 of /jboss/catalina/conf/auto/mod_jk.conf: >Cannot load /usr/local/apache2/modules/mod_jk.so into server: ># > >I adding following lines at the very end of my httpd.conf file: >Include /jboss/catalina/conf/auto/mod_jk.conf > >My mod_jk.conf file is below: >LoadModule jk_module modules/mod_jk.so ><IfModule mod_jk.c> >JkWorkersFile /jboss/catalina/conf/jk/workers.properties >JkLogFile logs/jk.log >JkLogLevel warn >JkMount /*.jsp ajp12 >JkMount /servlet/* ajp12 >JkMount /examples/* ajp12 ></IfModule> > >ploice helping me. > >--hari > > > > >_________________________________________________________________ >MSN Photos is the easiest way to share and print your photos: >http://photos.msn.com/support/worldwide.aspx _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
