Jesse,
I have installed the missing FCGI.pm module and rerun the command from the commandline. This time it worked:
-bash-3.00$ /RT/rt-3.4.5/bin/mason_handler.fcgi
Pragma: no-cache
Set-cookie: RT_SID_example.com.=8810174fdb375fa51873dab1e30b8e68; path=/
Cache-control: no-cache
Content-Type: text/html; charset=utf-8
<HTML>
<HEAD>
<TITLE>Login</TITLE>
<link rel="shortcut icon" href="" type="image/png" />
<link media="all" rel="stylesheet" href="" type="text/css" />
<link media="print" rel="stylesheet" href="" type="text/css" />
<script>
function hideshow(num) {
idstring = "element-" + num;
chunk = document.getElementById(idstring);
if ( chunk.style.display == "none") {
chunk.style.display = chunk.style.tag;
} else {
chunk.style.tag = chunk.style.display;
chunk.style.display = "none";
}
}
</script>
</HEAD>
<BODY BGCOLOR="#ffffff"
>
var tmp = (document.getElementsByName('user'));
if (tmp.length > 0) tmp[tmp.length-1].focus();
"
>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td colspan=2><a href="" src="" alt="Best Practical Solutions, LLC corporate logo" width="230" height="50"></a></td>
<td> </td>
<td> </td>
<td width="50%" align="right">
Not logged in.
</td>
</tr>
</table>
<DIV ALIGN=CENTER>
<BR>
<TABLE CLASS="box "
BGCOLOR="#336699"
CELLSPACING=0
BORDER=0
WIDTH="40%"
CELLPADDING="0">
<TR>
<TH
style="color: #336699;"
class="titlebox">
<span class="titleboxclose">
<a href="" >
<span class="titleboxtitle">
<b>Login</b>
</span>
</TH>
<TH
style="color: #336699;"
class="titleboxright">
<span class="titleboxright">RT 3.4.5</span>
</TH>
</TR>
<tr id="element-109.455567034217">
<td bgcolor="#cccccc" colspan="3" class="">
<FORM id="login" name="login" METHOD=POST ACTION="" >
<TABLE BORDER=0 WIDTH=100%>
<TR ALIGN=RIGHT>
<TD ALIGN=RIGHT>Username:</TD><TD ALIGN=LEFT><input name=user value=""></TD></TR>
<TR><TD ALIGN=RIGHT>Password:</TD><TD ALIGN=LEFT><input type=password name=pass></TD></TR>
<TR><TD colspan=2 align=right>
<input type=submit Value="Login">
</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FORM>
</DIV>
<BR>
<!-- TODO: not yet implemented
If you've forgotten your username or password, RT can <A
href="" you a reminder</a>.
-->
<BR>
<BR>
<BR>
<HR>
<div class="bpscredits">
»|« RT 3.4.5 Copyright 1996-2005 <a href="" Practical Solutions, LLC</a>.<br>
Distributed under version 2 <a href="" of the GNU GPL.</a><br>
To inquire about support, training, custom development or licensing, please contact <a href="" PROTECTED]">[EMAIL PROTECTED]</a>.<br>
</div>
<div class="page-stats">Time to display: 0.244744</div>
</BODY>
</HTML>
-bash-3.00$
however in my httpd log I have:
[Mon May 29 18:00:55 2006] [error] [client 10.90.0.223] FastCGI: comm with server "/RT/rt-3.4.5/bin/mason_handler.fcgi" aborted: idle timeout (120 sec)
[Mon May 29 18:00:55 2006] [error] [client 10.90.0.223] FastCGI: incomplete headers (0 bytes) received from server "/RT/rt-3.4.5/bin/mason_handler.fcgi"
Regards
Mariusz
| Jesse Vincent <[EMAIL PROTECTED]>
Wysłane przez: [EMAIL PROTECTED] 2006-05-25 19:29 |
Do: Mariusz Stakowski <[EMAIL PROTECTED]> DW: [email protected], (UDW: Mariusz Stakowski/WROCŁAW/PROKOM/PL) Temat: Re: [rt-users] Famous RT + FastCGI error again |
On Thu, May 25, 2006 at 03:44:31PM +0200, Mariusz Stakowski wrote:
>
> Hello list,
>
> I would like to complain too on the Famous RT + FastCGI error.
> My environment is somehow more exotic, but I hope somone will be able to
> help me:
>
> The famous error:
>
> > [error] [client x.x.x.x] FastCGI: incomplete headers (0 bytes)
> > received from server "/opt/rt3/bin/mason_handler.fcgi"
And what happens if you run that command by hand from the commandline as
the user your webserver runs as?
Jesse
>
> ocurrs in the following environment too:
>
> CentOS 4.1 S390x
> Request Tracker 3.4.5
> Apache 2.0.52
> mod_fastcgi-2.4.2
>
> Does someone know something about it ?
>
> Regards
>
> Mariusz Stakowski
>
>
> _______________________________________________
> 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
>
>
> We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
>
--
_______________________________________________
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
We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
_______________________________________________ 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 We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
