Apache 1.3 + mod_jk: Segmentation fault

2005-02-25 Thread Rodrigo Avila
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
[EMAIL PROTECTED]

http://www.avila.eti.br

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Apache 1.3 + mod_jk: Segmentation fault

2005-02-25 Thread Mladen Turk
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Apache 1.3 + mod_jk: Segmentation fault

2005-02-25 Thread Rodrigo Avila
On Fri, 25 Feb 2005 16:19:23 +0100, Mladen Turk [EMAIL PROTECTED] 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
[EMAIL PROTECTED]

http://www.avila.eti.br

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Apache 1.3 + mod_jk: Segmentation fault

2005-02-25 Thread Mladen Turk
Rodrigo Avila wrote:
On Fri, 25 Feb 2005 16:19:23 +0100, Mladen Turk [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]