RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
Hi Morgan,
many thanx for fast response!
it works fine before tomcat integration. i use modssl.
i load the binary from apache.org.

i don't build anythink new and i not compile the source files. I dont know
how because i have not so much knowlege. Can you help me or send a link
where i can find a step by step ??

thanx!

Daniel


Morgan Pyne sagte:
 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]



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



RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
Hello,
here my informations:
Red Hat Linux release 7.2 (Enigma)
Apache Tomcat/4.1.27-LE-jdk14
mod_jk 1.2.4

Thanx!


Morgan Pyne sagte:
 Hi Daniel,

 If you post your OS and version I'm sure somebody here can point you to
 either
 a good binary of mod_jk for your OS/Apache combination or a link
 explaining how to
 compile one.

 Cheers,
 Morgan



 -Original Message-
 From: Daniel Schellöh +++ WWW-Crew [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 09, 2003 11:48
 To: Tomcat Users List
 Subject: RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child
 pid 665 exit signal Segmentation fault (11)


 Hi Morgan,
 many thanx for fast response!
 it works fine before tomcat integration. i use modssl.
 i load the binary from apache.org.

 i don't build anythink new and i not compile the source
 files. I dont know how because i have not so much knowlege.
 Can you help me or send a link where i can find a step by step ??

 thanx!

 Daniel


 Morgan Pyne sagte:
  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]
 


 -
 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]



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



Search MOD_JK.SO for RedHat 7.2, Apache/1.3.23, mod_jk/1.2.4, Apache Tomcat/4.1.27-LE-jdk14

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
Hello,
can anybody send me the mod_jk for these configuration??
If not, can anybody send me a how to how i can compile mod_jk self?

Many Thanx

Daniel

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