DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21140>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21140 Segmentation fault when used with RSA webagent and mod_caucho over SSL Summary: Segmentation fault when used with RSA webagent and mod_caucho over SSL Product: Apache httpd-1.3 Version: 1.3.27 Platform: Other OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Application on resin 2.1.9 Apache 1.3.26 with mod-ssl-2.8.10 RSA Webagent for Apache 5.1 with 1.3.27 and modssl-2.8.14 the same error appear without RSA Agent application on https:/ works good When I tried to see web site after succesfull login in apache log I see: [notice] Authentication succeeded User: apache. [notice] child pid 6501 exit signal Segmentation faul t (11). in access.log appear: [27/Jun/2003:12:59:06 +0200] 192.168.210.40 SSLv3 RC4-MD5 "GET /caucho-status/co rnus HTTP/1.1" 1163 [27/Jun/2003:12:58:45 +0200] 192.168.210.40 SSLv3 RC4-MD5 "GET /webauthenticatio n?Redirect?url=Z2FcornusZ2FservletZ2Fcornus HTTP/1.1" 302 34 I inform also resin, but without any answer at: http://www.caucho.com/quercus/bugtrack/view.xtp?bugreport_id=1267 in resin log i got only: [null, 2] start connection [2] start request [2] complete request [null, 2] close connection https://sowie/caucho-status: Status : Caucho Servlet Engine Host Connect Timeout Live Time Dead Time 1. () 127.0.0.1:6801 (ok) 2 10 120 Host url-pattern /WEB-INF /* /WEB-INF /META-INF/* /WEB-INF /WEB-INF/* /sample /* /sample /META-INF/* /sample /WEB-INF/* /Templates /* /Templates /META-INF/* /Templates /WEB-INF/* /cornus /* /cornus /servlet/* /cornus /META-INF/* /cornus /WEB-INF/* / /META-INF/* / /WEB-INF/* with the same configuration Tomcat 4.0.6 connected with Apache by mod_jk works very well. So I suspect that problem is with resin or RSA Webagent don't send everything from request (maybe SSL specific) that is needed by Resin. I test it on SUN java 1.3.1_02 and 1.3.1_08.Working on SUSE 8.0. thanks, Arek in httpd.conf I added only SSLOptions +StdEnvVars +ExportCertData (this option allow to work tomcat) LoadModule caucho_module /usr/local/apache/libexec/mod_caucho.so CauchoConfigFile /usr/local/resin-2.1.9/conf/resin.conf include /usr/local/apache/rsawebagent/rsawebagent.conf cat /usr/local/apache/rsawebagent/rsawebagent.conf # # RSA Web Agent configuration information # This file is included by the current httpd.conf file # # Load and add the web agent module in the configuration LoadModule rsawebagent_module /usr/local/apache/rsawebagent/mod_rsawa_apache.so AddModule mod_rsawebagent.c # # RSA Web Agent installation directory # <IfModule mod_rsawebagent.c> RSAWebAgentInstallPath /usr/local/apache/rsawebagent VAR_ACEPath /var/ace/ </IfModule> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
