On Mon, Sep 27, 2004 at 05:27:33PM -0400, [EMAIL PROTECTED] wrote: : I have recently configured Apache 2.0.51 with mod_jk2.so based on the information : from the book "Professional Apache Tomcat 5", and now all requests : to the web server cause a segmentation fault. :) Is there something in my : config that may be causing this?
A segmentation fault is caused by a dereference error in native code (English: C/C++ accessing memory incorrectly, such as trying "*" or "->" ops on a null pointer.) That's a code bug. It may have been uncovered due to your configuration, but certianly not caused by it. Have you tried a later version of JK2? You could also try rebuilding JK2 from source, so it builds against all of the latest APR headers and such. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
