You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rodrigo Avila <rd...@gmail.com> on 2005/02/25 13:30:16 UTC

Apache 1.3 + mod_jk: Segmentation fault

Hi!
Does anyone see this error in Apache error_log?

[...] child pid 6645 exit signal Segmentation fault (11)

It only happen when I use mod_jk 1.2.8 compiled by me
(./configure--with=apxs=/usr/sbin/apxs; make; make install), using the
instructions at
http://jakarta.apache.org/tomcat/connectors-doc/index.html.

I use Apache 1.3.33 (slackware package found at www.linuxpackages.net)
and Tomcat 5.0.28 (binary distribution).

Thanks the atention!
-- 
Rodrigo de Avila
rdeavila@gmail.com

http://www.avila.eti.br

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Apache 1.3 + mod_jk: Segmentation fault

Posted by Mladen Turk <ml...@jboss.com>.
Rodrigo Avila wrote:
> On Fri, 25 Feb 2005 16:19:23 +0100, Mladen Turk <ml...@jboss.com> wrote:
> 
>>Do you have ForwardDirectories enabled?
>>Remove 'JkOptions ForwardDirectories' and there shouldn't
>>be segfaults any more.
>>This has been fixed in the cvs, and will not be present in
>>next release scheduled for next month.
> 
> 
> Yes, I have... I remove it, and the problem was gone... but, now is
> displayed the Java code, not the page... why?
> 

Like said. It's a bug reflected only on 1.3.
Map your applications in a different way like webapps,
and the source will disappear.
BTW, that's the preferred way. Do not mix apache and
tomcat web space, unless for static content.

Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Apache 1.3 + mod_jk: Segmentation fault

Posted by Rodrigo Avila <rd...@gmail.com>.
On Fri, 25 Feb 2005 16:19:23 +0100, Mladen Turk <ml...@jboss.com> wrote:
> Do you have ForwardDirectories enabled?
> Remove 'JkOptions ForwardDirectories' and there shouldn't
> be segfaults any more.
> This has been fixed in the cvs, and will not be present in
> next release scheduled for next month.

Yes, I have... I remove it, and the problem was gone... but, now is
displayed the Java code, not the page... why?

Thanks the attention!!

-- 
Rodrigo de Avila
rdeavila@gmail.com

http://www.avila.eti.br

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Apache 1.3 + mod_jk: Segmentation fault

Posted by Mladen Turk <ml...@jboss.com>.
Rodrigo Avila wrote:
> Hi!
> 
> [...] child pid 6645 exit signal Segmentation fault (11)
> 
> It only happen when I use mod_jk 1.2.8 compiled by me
> I use Apache 1.3.33 (slackware package found at www.linuxpackages.net)
> and Tomcat 5.0.28 (binary distribution).
>

Do you have ForwardDirectories enabled?
Remove 'JkOptions ForwardDirectories' and there shouldn't
be segfaults any more.
This has been fixed in the cvs, and will not be present in
next release scheduled for next month.

Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org