Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 56946 invoked from network); 15 Sep 2000 15:12:26 -0000 Received: from chalfont.mail.uk.easynet.net (195.40.1.44) by locus.apache.org with SMTP; 15 Sep 2000 15:12:26 -0000 Received: from PPXMIKEBDESKTOP (unknown [212.134.198.2]) by chalfont.mail.uk.easynet.net (Postfix) with SMTP id 118F5F86C4 for ; Fri, 15 Sep 2000 16:12:23 +0100 (BST) From: "Mike Bremford" To: Subject: SOLUTION: Segmentation fault with Apache SSL Tomcat Solaris Date: Fri, 15 Sep 2000 16:09:43 +0100 Message-ID: <00cb01c01f26$facc1170$5700000a@paperx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N OK, no-one else has actually had this problem, but in the unlikely event that someone does and searches the mailing list archives for it, they'll be pleased they did! I was getting a segmentation fault whenever I was trying to call a JSP via Apaches' mod_ssl. The seg fault was occuring in Apache (it occurred even if tomcat wasn't running) and didn't matter which order the various modules were loaded (it occurred even when the entire thing was compiled statically). Anyway, the solution? Make sure you have an "ApJServMount" directive in your block. Our site is all JSPs, so we didn't need one (ApJServMount is only really useful for servlets). The moment I added "ApJServMount /servlet ajpv12://localhost:8007/ROOT" to the httpd.conf file it worked fine. This is on Solaris 2.7, Tomcat 3.2b3, Apache 1.3.12, mod_ssl 2.6.6-1.3.12, openssl 0.9.5a, compiled with gcc/gnu ld. Cheers... Mike