DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39967>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39967 Summary: mod_jk gives segmentation fault when apache is started as root Product: Tomcat 5 Version: Unknown Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Native:JK AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] When I startup my apache 2.0.6 with mod_jk as root I'm getting a segmentation fault. When I startup apache as an unprivileged user it starts up just fine. This is the error: [EMAIL PROTECTED] conf]# ../bin/apachectl start ../bin/apachectl: line 87: 8486 Segmentation fault (core dumped) $HTTPD -k $ARGV When I leave out the following lines from httpd.conf I can start apache both as root and as an unpvileged user <IfModule !mod_jk.c> LoadModule jk_module modules/mod_jk.so </IfModule> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]