It does exist. None of this matters now anyways. We ended up just going w/ mod_perl, as fastcgi is crap in comparison (imo).
Thanks to those of you who got back to me on this. -aubrey -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Falcone Sent: Thursday, March 13, 2008 2:07 PM To: RT Users Subject: Re: [rt-users] need help w/ fastcgi.. On Mar 12, 2008, at 10:06 AM, King, Aubrey wrote: > [Tue Mar 11 19:50:38 2008] [warn] FastCGI: server > "/opt/rt3/bin/mason_handler.fcgi" restarted (pid 6806) > FastCGI: can't start server "/opt/rt3/bin/mason_handler.fcgi" (pid > 6806), execle() failed: No such file or directory [Tue Mar 11 19:50:38 > 2008] [warn] FastCGI: server "/opt/rt3/bin/mason_handler.fcgi" (pid > 6806) terminated by calling exit with status '255' > [Tue Mar 11 19:50:38 2008] [warn] FastCGI: server > "/opt/rt3/bin/mason_handler.fcgi" has failed to remain running for 30 > seconds given 3 attempts, its restart interval has been backed off to > 600 seconds [Tue Mar 11 19:50:38 2008] [warn] FastCGI: server > "/opt/rt3/bin/mason_handler.fcgi" has failed to remain running for 30 > seconds given 3 attempts, its restart interval has been backed off to > 600 seconds Check the first line of /opt/rt3/bin/mason_handler.fcgi it should look something like #!/usr/bin/perl make sure that the perl it points to exists -kevin _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com ***CONFIDENTIALITY NOTICE*** The information in this email may be confidential and/or privileged. This email is intended to be reviewed by only the individual or organization named above. If you are not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this email and its attachments, if any, or the information contained herein is prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this message from your system. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
