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

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

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.

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