Re: question about mod_jk2 and workers2,properties

2005-12-07 Thread Robert Palmer
Thanks for your help. I resolved this. The version of apxs that Plesk had installed was for Apache 1.3. I downloaded the httpd-devel package for 2.0.51 and was able to get this working. Mladen Turk wrote: Robert Palmer wrote: I'm running 2.0.51 of Apache. I build mod_jk with --with-apxs. ??

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Mladen Turk
Robert Palmer wrote: Could somebody help with a question about how to configure workers2.properties. I have domains www.domain1.com and www.domain2.com. I would suggest that you use mod_jk instead mod_jk2. mod_jk2 is deprecated and there was no active support or development for almost two

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Robert Palmer
I'd given that a try and compiled the sources (I coulddn't figure out where to get mod_jk.so from in the binaries). When I restart Apache with the LoadModule statement I get, Cannot load /etc/httpd/modules/mod_jk.so into server: /etc/httpd/modules/mod_jk.so: undefined symbol: ap_null_cleanup

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Mladen Turk
Robert Palmer wrote: I'd given that a try and compiled the sources (I coulddn't figure out where to get mod_jk.so from in the binaries). When I restart Apache with the LoadModule statement I get, Cannot load /etc/httpd/modules/mod_jk.so into server: /etc/httpd/modules/mod_jk.so: undefined

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Robert Palmer
I'm running 2.0.51 of Apache. I build mod_jk with --with-apxs. ?? Mladen Turk wrote: Robert Palmer wrote: I'd given that a try and compiled the sources (I coulddn't figure out where to get mod_jk.so from in the binaries). When I restart Apache with the LoadModule statement I get, Cannot

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Mladen Turk
Robert Palmer wrote: I'm running 2.0.51 of Apache. I build mod_jk with --with-apxs. ?? If your Apache supports dso modules then simple: ./configure --with-apxs=/path/to/apache/bin/apxs make make install will work for sure. Use most recent stable (jk-1.2.15). If you are not sure if apache