---------I'm running RH 7.2 and I need to install jakarta-tomcat-3.3 and mod_jk-1.3-1.0-1.4.0.2.i386.rpm
my Apache works with fine at port 80 and Tomcat too at 8080 I can see the apache test page if I do http://localhost:80 and Tomcat test page at http://localhost:8080 , all the samples from tomcat runs well and all that stuff. but when I add the mod_jk module at httpd.conf this way : <IfModule !mod_jk.c> LoadModule jk_module modules/mod_jk.so </IfModule> AddModule mod_jk.c I have the following warn when trying to start httpd.. Loaded DSO modules/mod_jk.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) and then.. it FAILS. what can I do? , what's wrong? _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list