Hi, <br>I'm installing RT 3.4.4 on Linux with fastcgi + suexec. When starting apache, all fastcgi processes dies with exit code 103.<br>Looking at google and fastcgi site, I cannot find any tip about what is causing this error. 
<br>Bellow is an piece of error log :<br><br>[Thu Aug 24 16:53:22 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)<br>[Thu Aug 24 16:53:22 2006] [notice] Digest: generating secret for digest authentication ...
<br>[Thu Aug 24 16:53:22 2006] [notice] Digest: done<br>[Thu Aug 24 16:53:22 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK<br>[Thu Aug 24 16:53:22 2006] [notice] LDAP: SSL support unavailable<br>[Thu Aug 24 16:53:22 2006] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/sbin/suexec)
<br>[Thu Aug 24 16:53:22 2006] [notice] FastCGI: process manager initialized (pid 6104)<br>[Thu Aug 24 16:53:22 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" (uid 3901, gid 137) started (pid 6105)
<br>[Thu Aug 24 16:53:22 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" (pid 6105) terminated by calling exit with status '103'<br>[Thu Aug 24 16:53:22 2006] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations
<br>[Thu Aug 24 16:53:23 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" (uid 3901, gid 137) started (pid 6114)<br>[Thu Aug 24 16:53:23 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" (pid 6114) terminated by calling exit with status '103'
<br>[Thu Aug 24 16:53:24 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" (uid 3901, gid 137) started (pid 6115)<br>[Thu Aug 24 16:53:24 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" (pid 6115) terminated by calling exit with status '103'
<br>[Thu Aug 24 16:53:25 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" (uid 3901, gid 137) started (pid 6116)<br>[Thu Aug 24 16:53:25 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" (pid 6116) terminated by calling exit with status '103'
<br>[Thu Aug 24 16:53:25 2006] [warn] FastCGI: server "/opt/rts/apache_rt/htdocs/rtproj-model_mason_handler.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
<br><br>Thanks in advance.<br><br>