Hi Daniel, There are many reasons why Apache could be segfaulting, but often these kinds of errors show up when there is something wrong with one of the Apache modules, e.g. it is compiled incorrectly (different compiler/flags to Apache) or it is compiled against a different version of Apache.
I assume that Apache was working fine, and using all the other modules without problem before you introduced Tomcat and the jk connector into the mix. If not, investigate this first. If this is the case, check your mod_jk. Did you download a binary? If yes, did you verify that it is built against the same version of Apache (1.3.23 is relatively old now), and built against the Apache Extended API (I see you're using modSSL) ? It is probably safest to build it from source against your actual installed Apache to ensure it is fully compatible. MFG, Morgan > -----Original Message----- > From: WWW-CREW +++ Daniel Schell�h [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 09, 2003 08:00 > To: [EMAIL PROTECTED] > Subject: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid > 665 exit signal Segmentation fault (11) > > > > Hello, > > I am using Tomcat 4.1.27 and Apache 1.3.23 and mod_jk 1.2.4, > all works fine under port 8080. But I can not connect under port 80 > > I get in error_log from apache following every time I access > a jsp or servlet like the examples: > > > [Tue Sep 9 01:03:01 2003] [notice] Apache/1.3.23 (Unix) > mod_ssl/2.8.6 OpenSSL/0.9.6b mod_jk/1.2.4 PHP/4.2.1 > AuthMySQL/2.20 mod_gzip/1.3.19.1a mod_fastcgi/2.2.10 > FrontPage/5.0.2.2510 mod_perl/1.26 configured -- resuming > normal operations > > [Tue Sep 9 01:03:01 2003] [notice] suEXEC mechanism enabled (wrapper: > /usr/sbin/suexec) > > [Tue Sep 9 01:03:01 2003] [notice] Accept mutex: sysvsem (Default: > sysvsem) > > [Tue Sep 9 01:03:27 2003] [notice] child pid 665 exit signal > Segmentation fault (11) > > [Tue Sep 9 01:04:08 2003] [notice] child pid 666 exit signal > Segmentation fault (11) > > [Tue Sep 9 01:04:30 2003] [notice] child pid 667 exit signal > Segmentation fault (11) > > [Tue Sep 9 01:11:28 2003] [notice] child pid 669 exit signal > Segmentation fault (11) > > [Tue Sep 9 01:12:18 2003] [notice] child pid 670 exit signal > Segmentation fault (11) > > > I don't know whats wrong and how I can find the mistake > > ______________________________ > Daniel Schell�h > Breslauer Str. 65 > 71034 B�blingen > > Tel.:���07031-468936 > Fax:����07031-468937 > Mobil:��0170-9873332 > > e-mail: [EMAIL PROTECTED] > web:��� www.www-crew.com > > ICQ#:100539133 > ______________________________ > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
