===== SPAM: Re: ===== SPAM: Re: ===== SPAM: Re: ===== SPAM: Re: ===== SPAM: Apache / php / fastcgi help needed
<[email protected]> Sat, 3 Aug 2013 19:07:06 +0100
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <C9312F9D257046E2973B2AD4CAB3F6BC@CHRISSIEPC> |
This is a multi-part message in MIME format. --===============6247353120023537444== Content-Type: multipart/alternative; boundary="----=_NextPart_000_05DD_01CE907C.A553A570" This is a multi-part message in MIME format. ------=_NextPart_000_05DD_01CE907C.A553A570 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Rob, Thanks for the polite reply =E2=80=93 easy mistake to make for a novice. You guys have been very helpful anyway =E2=80=93 at least I=E2=80=99ve = something concrete to look at. Thanks all for your help. From: Rob Lemley=20 Sent: Saturday, August 03, 2013 9:18 AM To: [email protected] ; David Birnbaum=20 Cc: fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org=20 Subject: Re: =3D=3D=3D=3D=3D SPAM: Re: [FASTCGI] =3D=3D=3D=3D=3D SPAM: = Re: =3D=3D=3D=3D=3D SPAM: Re: =3D=3D=3D=3D=3D SPAM: Apache / php / = fastcgi help needed The consensus here seems to be that the problem is in PHP or your PHP = scripts, hanging or crashing, and the recommendation is to verify the = behaviour of your script(s). Other forums will be more appropriate for your query. You appear to be = running the fcgid package which is completely different than the FastCGI = package. For example, we NEVER see messages such as these: > Connection reset by peer: mod_fcgid: error reading data from FastCGI = server > mod_fcgid: ap_pass_brigade failed in handle_request_ipc function because we use mod_fastcgi, not mod_fcgid. I'd recommend finding a way to debug or trace your scripts, most likely = on a PHP or PHP/fcgid list somewhere. This list is for discussion of = mod_fastcgi, not mod_fcgid. Questions about fcgid mistakenly show up here from time to time. -------------------------------------------------------------------------= ----- From: "[email protected]" <[email protected]> To: David Birnbaum <[email protected]>=20 Cc: fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org=20 Sent: Thursday, August 1, 2013 10:33 AM Subject: =3D=3D=3D=3D=3D SPAM: Re: [FASTCGI] =3D=3D=3D=3D=3D SPAM: Re: = =3D=3D=3D=3D=3D SPAM: Re: =3D=3D=3D=3D=3D SPAM: Apache / php / fastcgi = help needed David - I would love to ..... ..... if I knew what you were talking about :-) Please dumb down a bit for a mere PHP Programmer - my only involvement = with=20 FASTCGI is the fact that my server runs that version of APACHE. I'd appreciate spoon feeding on this occasion if you can tell me what = to do.=20 I'd rather find out exactly rather than tweak a few settings and see = if it=20 works all tools of the trade as they say. -----Original Message-----=20 From: David Birnbaum Sent: Thursday, August 01, 2013 4:14 PM To: <[email protected]> Cc: Thomas H Bowden Jr ; fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org Subject: Re: =3D=3D=3D=3D=3D SPAM: Re: [FASTCGI] =3D=3D=3D=3D=3D SPAM: = Re: =3D=3D=3D=3D=3D SPAM: Apache /=20 php / fastcgi help needed Sounds like the application is dying. Might want to attach a truss or = strace=20 to it and see what system calls are going in when it fails. David. ----- On Aug 1, 2013, at 9:41 AM, <[email protected]> wrote: > Thanks - I'll have a look and post back > > -----Original Message----- From: Thomas H Bowden Jr > Sent: Thursday, August 01, 2013 2:17 PM > To: [email protected] > Cc: Jay Sprenkle ; fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org > Subject: Re: =3D=3D=3D=3D=3D SPAM: Re: [FASTCGI] =3D=3D=3D=3D=3D = SPAM: Apache / php / fastcgi=20 > help needed > > Could it have something to do with buffering on stdin/stdout? > > On Aug 1, 2013, at 7:43 AM, [email protected] wrote: > >> Thanks Jay, >> >> But there's an almost identical script, that pulls less information = from=20 >> the database. That always works, but this one always fails. >> >> -----Original Message----- From: Jay Sprenkle >> Sent: Thursday, August 01, 2013 1:29 PM >> To: [email protected] >> Cc: fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org >> Subject: Re: =3D=3D=3D=3D=3D SPAM: [FASTCGI] Apache / php / fastcgi = help needed >> >> Your problem might be in the networking not the server. I believe >> 'connect reset by peer' is usually an error caused when a tcp reset >> packet is sent. It might be your isp messing with your connections, = a >> nat box, a load balancer, etc. >> >> >> On Thu, Aug 1, 2013 at 3:14 AM, <[email protected]> wrote: >>> I know at least one of you will know the answer to this frequently = asked >>> question, so here I go.... >>> >>> I=E2=80=99m getting a whole host of errors when running log = scripts on my=20 >>> server. >>> There=E2=80=99s a piece of code I really need to get into = production, but keeps >>> failing with the good old : >>> >>> timeout =E2=80=93 45 seconds >>> Connection reset by peer: mod_fcgid: error reading data from = FastCGI=20 >>> server >>> mod_fcgid: ap_pass_brigade failed in handle_request_ipc function >>> >>> ...etc >>> >>> As I=E2=80=99m not sure exactly what the problem is here =E2=80=93 = I can=E2=80=99t seem to fix=20 >>> it. >>> >>> I=E2=80=99m using a VPS and overriding the subdomain in the = vhost.conf file with=20 >>> the >>> following: >>> >>> <IfModule mod_fcgid.c> >>> AddHandler fcgid-script .fcgi >>> FcgidBusyTimeout 3600 >>> FcgidProcessLifeTime 3600 >>> FcgidIOTimeout 3600 >>> </IfModule> >>> >>> It certainly isn=E2=80=99t taking an hour to fail. >>> >>> I have made corresponding changes to the PHP.INI file so that. >>> >>> max_execution_time =3D 600 >>> max_input_time =3D 600 >>> memory_limit =3D 512M >>> >>> After the above my process still fails : >>> >>> Connection reset by peer: mod_fcgid: error reading data from = FastCGI=20 >>> server >>> mod_fcgid: ap_pass_brigade failed in handle_request_ipc function >>> >>> Works fine when running as mod_php >>> >>> _______________________________________________ >>> FastCGI-developers mailing list >>> FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org >>> http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers >>> >> >> >> >> --=20 >> http://xkcd.com/1156/ >> _______________________________________________ >> FastCGI-developers mailing list >> FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org >> http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers > > _______________________________________________ > FastCGI-developers mailing list > FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org > http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers=20 _______________________________________________ FastCGI-developers mailing list FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers ------=_NextPart_000_05DD_01CE907C.A553A570 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <HTML><HEAD></HEAD> <BODY dir=3Dltr> <DIV dir=3Dltr> <DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000"> <DIV>Rob,</DIV> <DIV> </DIV> <DIV>Thanks for the polite reply =E2=80=93 easy mistake to make for a = novice.</DIV> <DIV> </DIV> <DIV>You guys have been very helpful anyway =E2=80=93 at least = I=E2=80=99ve something concrete=20 to look at.</DIV> <DIV> </DIV> <DIV>Thanks all for your help.</DIV> <DIV=20 style=3D"FONT-SIZE: small; FONT-FAMILY: 'Calibri'; FONT-WEIGHT: normal; = COLOR: #000000; FONT-STYLE: normal; TEXT-DECORATION: none; DISPLAY: = inline"> <DIV style=3D"FONT: 10pt tahoma"> <DIV> </DIV> <DIV style=3D"BACKGROUND: #f5f5f5"> <DIV style=3D"font-color: black"><B>From:</B> <A = title=3Drclemley-/[email protected]=20 href=3D"mailto:rclemley-/[email protected]">Rob Lemley</A> </DIV> <DIV><B>Sent:</B> Saturday, August 03, 2013 9:18 AM</DIV> <DIV><B>To:</B> <A [email protected]=20 href=3D"mailto:[email protected]">[email protected]</A> ; = <A=20 [email protected] href=3D"mailto:[email protected]">David = Birnbaum</A> </DIV> <DIV><B>Cc:</B> <A title=3Dfastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org=20 href=3D"mailto:fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org">fastcgi-developers= @mailman.fastcgi.com</A>=20 </DIV> <DIV><B>Subject:</B> Re: =3D=3D=3D=3D=3D SPAM: Re: [FASTCGI] = =3D=3D=3D=3D=3D SPAM: Re: =3D=3D=3D=3D=3D SPAM:=20 Re: =3D=3D=3D=3D=3D SPAM: Apache / php / fastcgi help = needed</DIV></DIV></DIV> <DIV> </DIV></DIV> <DIV=20 style=3D"FONT-SIZE: small; FONT-FAMILY: 'Calibri'; FONT-WEIGHT: normal; = COLOR: #000000; FONT-STYLE: normal; TEXT-DECORATION: none; DISPLAY: = inline"> <DIV=20 style=3D"FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif; = COLOR: #000; BACKGROUND-COLOR: #fff"> <DIV><SPAN>The consensus here seems to be that the problem is in PHP or = your PHP=20 scripts, hanging or crashing, and the recommendation is to verify the = behaviour=20 of your script(s).</SPAN></DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent"><BR><SPAN></SPAN></DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent"><SPAN>Other=20 forums will be more appropriate for your query. You appear to be = running=20 the fcgid package which is completely different than the FastCGI = package. =20 For example, we NEVER see messages such as these:</SPAN></DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent"><BR>>=20 Connection reset by peer: mod_fcgid: error reading data from FastCGI=20 server<BR>> mod_fcgid: ap_pass_brigade failed in handle_request_ipc=20 function</DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent"> </DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent">because=20 we use mod_fastcgi, not mod_fcgid.</DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent"> </DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent">I'd=20 recommend finding a way to debug or trace your scripts, most likely on a = PHP or=20 PHP/fcgid list somewhere. This list is for discussion of = mod_fastcgi, not=20 mod_fcgid.</DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent"> </DIV> <DIV=20 style=3D"FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif; = COLOR: rgb(0,0,0); FONT-STYLE: normal; BACKGROUND-COLOR: = transparent">Questions=20 about fcgid mistakenly show up here from time to time.<BR></DIV> <DIV><BR> <BLOCKQUOTE=20 style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: = rgb(16,16,255) 2px solid; MARGIN-TOP: 5px"> <DIV style=3D"FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, = sans-serif"> <DIV=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, = times, serif"> <DIV dir=3Dltr> <HR SIZE=3D1> <FONT size=3D2 face=3DArial><B><SPAN style=3D"FONT-WEIGHT: = bold">From:</SPAN></B>=20 "[email protected]" = <[email protected]><BR><B><SPAN=20 style=3D"FONT-WEIGHT: bold">To:</SPAN></B> David Birnbaum=20 <[email protected]> <BR><B><SPAN style=3D"FONT-WEIGHT: = bold">Cc:</SPAN></B>=20 fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org <BR><B><SPAN=20 style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, August 1, 2013 = 10:33=20 AM<BR><B><SPAN style=3D"FONT-WEIGHT: bold">Subject:</SPAN></B> = =3D=3D=3D=3D=3D SPAM: Re:=20 [FASTCGI] =3D=3D=3D=3D=3D SPAM: Re: =3D=3D=3D=3D=3D SPAM: Re: = =3D=3D=3D=3D=3D SPAM: Apache / php / fastcgi=20 help needed<BR></FONT></DIV> <DIV class=3Dy_msg_container><BR>David - I would love to = .....<BR><BR>..... if I=20 knew what you were talking about :-)<BR><BR>Please dumb down a bit for = a mere=20 PHP Programmer - my only involvement with <BR>FASTCGI is the fact that = my=20 server runs that version of APACHE.<BR><BR>I'd appreciate spoon = feeding on=20 this occasion if you can tell me what to do. <BR>I'd rather find out = exactly=20 rather than tweak a few settings and see if it <BR>works<BR><BR>all = tools of=20 the trade as they say.<BR><BR>-----Original Message----- <BR>From: = David=20 Birnbaum<BR>Sent: Thursday, August 01, 2013 4:14 PM<BR>To: <<A=20 href=3D"mailto:[email protected]"=20 = ymailto=3D"mailto:[email protected]">[email protected]</A>&= gt;<BR>Cc:=20 Thomas H Bowden Jr ; <A = href=3D"mailto:fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org"=20 = ymailto=3D"mailto:fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org">fastcgi-develop= [email protected]</A><BR>Subject:=20 Re: =3D=3D=3D=3D=3D SPAM: Re: [FASTCGI] =3D=3D=3D=3D=3D SPAM: Re: = =3D=3D=3D=3D=3D SPAM: Apache / <BR>php /=20 fastcgi help needed<BR><BR>Sounds like the application is dying. Might = want to=20 attach a truss or strace <BR>to it and see what system calls are going = in when=20 it fails.<BR><BR>David.<BR><BR>-----<BR><BR>On Aug 1, 2013, at 9:41 = AM, <<A=20 href=3D"mailto:[email protected]"=20 = ymailto=3D"mailto:[email protected]">[email protected]</A>&= gt;=20 wrote:<BR><BR>> Thanks - I'll have a look and post = back<BR>><BR>>=20 -----Original Message----- From: Thomas H Bowden Jr<BR>> Sent: = Thursday,=20 August 01, 2013 2:17 PM<BR>> To: <A = href=3D"mailto:[email protected]"=20 = ymailto=3D"mailto:[email protected]">[email protected]</A><= BR>>=20 Cc: Jay Sprenkle ; <A = href=3D"mailto:fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org"=20 = ymailto=3D"mailto:fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org">fastcgi-develop= [email protected]</A><BR>>=20 Subject: Re: =3D=3D=3D=3D=3D SPAM: Re: [FASTCGI] =3D=3D=3D=3D=3D SPAM: = Apache / php / fastcgi=20 <BR>> help needed<BR>><BR>> Could it have something to do = with=20 buffering on stdin/stdout?<BR>><BR>> On Aug 1, 2013, at 7:43 AM, = <A=20 href=3D"mailto:[email protected]"=20 = ymailto=3D"mailto:[email protected]">[email protected]</A> = wrote:<BR>><BR>>> Thanks Jay,<BR>>><BR>>> But = there's an=20 almost identical script, that pulls less information from <BR>>> = the=20 database. That always works, but this one always=20 fails.<BR>>><BR>>> -----Original Message----- From: Jay=20 Sprenkle<BR>>> Sent: Thursday, August 01, 2013 1:29 = PM<BR>>> To:=20 <A href=3D"mailto:[email protected]"=20 = ymailto=3D"mailto:[email protected]">[email protected]</A><= BR>>>=20 Cc: <A href=3D"mailto:fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org"=20 = ymailto=3D"mailto:fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org">fastcgi-develop= [email protected]</A><BR>>>=20 Subject: Re: =3D=3D=3D=3D=3D SPAM: [FASTCGI] Apache / php / fastcgi = help=20 needed<BR>>><BR>>> Your problem might be in the networking = not the=20 server. I believe<BR>>> 'connect reset by peer' is usually an = error=20 caused when a tcp reset<BR>>> packet is sent. It might be your = isp=20 messing with your connections, a<BR>>> nat box, a load balancer, = etc.<BR>>><BR>>><BR>>> On Thu, Aug 1, 2013 at 3:14 = AM, =20 <<A href=3D"mailto:[email protected]"=20 = ymailto=3D"mailto:[email protected]">[email protected]</A>&= gt;=20 wrote:<BR>>>> I know at least one of you will know the answer = to this=20 frequently asked<BR>>>> question, so here I=20 go....<BR>>>><BR>>>> I=E2=80=99m getting a whole = host of errors when=20 running log scripts on my <BR>>>> server.<BR>>>> = There=E2=80=99s a=20 piece of code I really need to get into production, but = keeps<BR>>>>=20 failing with the good old :<BR>>>><BR>>>> timeout = =E2=80=93 45=20 seconds<BR>>>> Connection reset by peer: mod_fcgid: error = reading=20 data from FastCGI <BR>>>> server<BR>>>> mod_fcgid:=20 ap_pass_brigade failed in handle_request_ipc=20 function<BR>>>><BR>>>>=20 ...etc<BR>>>><BR>>>> As I=E2=80=99m not sure exactly = what the=20 problem is here =E2=80=93 I can=E2=80=99t seem to fix <BR>>>> = it.<BR>>>><BR>>>> I=E2=80=99m using a VPS and = overriding the=20 subdomain in the vhost.conf file with <BR>>>> = the<BR>>>>=20 following:<BR>>>><BR>>>> <IfModule=20 mod_fcgid.c><BR>>>> AddHandler fcgid-script = .fcgi<BR>>>>=20 FcgidBusyTimeout 3600<BR>>>> FcgidProcessLifeTime=20 3600<BR>>>> FcgidIOTimeout 3600<BR>>>>=20 </IfModule><BR>>>><BR>>>> It certainly = isn=E2=80=99t taking an=20 hour to fail.<BR>>>><BR>>>> I have made = corresponding=20 changes to the PHP.INI file so that.<BR>>>><BR>>>>=20 max_execution_time =3D 600<BR>>>> max_input_time =3D = 600<BR>>>>=20 memory_limit =3D 512M<BR>>>><BR>>>> After the above = my process=20 still fails :<BR>>>><BR>>>> Connection reset by = peer:=20 mod_fcgid: error reading data from FastCGI <BR>>>>=20 server<BR>>>> mod_fcgid: ap_pass_brigade failed in = handle_request_ipc=20 function<BR>>>><BR>>>> Works fine when running as=20 mod_php<BR>>>><BR>>>>=20 _______________________________________________<BR>>>>=20 FastCGI-developers mailing list<BR>>>> <A=20 href=3D"mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org"=20 = ymailto=3D"mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org">FastCGI-develop= [email protected]</A><BR>>>>=20 <A = href=3D"http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers"=20 = target=3D_blank>http://mailman.fastcgi.com/mailman/listinfo/fastcgi-devel= opers</A><BR>>>><BR>>><BR>>><BR>>><BR>>>= =20 -- <BR>>> <A href=3D"http://xkcd.com/1156/"=20 target=3D_blank>http://xkcd.com/1156/</A><BR>>>=20 _______________________________________________<BR>>> = FastCGI-developers=20 mailing list<BR>>> <A=20 href=3D"mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org"=20 = ymailto=3D"mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org">FastCGI-develop= [email protected]</A><BR>>>=20 <A = href=3D"http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers"=20 = target=3D_blank>http://mailman.fastcgi.com/mailman/listinfo/fastcgi-devel= opers</A><BR>><BR>>=20 _______________________________________________<BR>> = FastCGI-developers=20 mailing list<BR>> <A = href=3D"mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org"=20 = ymailto=3D"mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org">FastCGI-develop= [email protected]</A><BR>>=20 <A = href=3D"http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers"=20 = target=3D_blank>http://mailman.fastcgi.com/mailman/listinfo/fastcgi-devel= opers=20 = </A><BR><BR>_______________________________________________<BR>FastCGI-de= velopers=20 mailing list<BR><A = href=3D"mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org"=20 = ymailto=3D"mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org">FastCGI-develop= [email protected]</A><BR><A=20 = href=3D"http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers"=20 = target=3D_blank>http://mailman.fastcgi.com/mailman/listinfo/fastcgi-devel= opers</A><BR><BR><BR></DIV></DIV></DIV></BLOCKQUOTE></DIV></DIV></DIV></D= IV></DIV></BODY></HTML> ------=_NextPart_000_05DD_01CE907C.A553A570-- --===============6247353120023537444== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ FastCGI-developers mailing list FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers --===============6247353120023537444==--